aboutsummaryrefslogtreecommitdiff
path: root/.deepsource.toml
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2021-09-26 12:08:59 +0200
committerGitHub <noreply@github.com>2021-09-26 12:08:59 +0200
commitc5ec6cd7ef6958709f7287f56b88a23786e516c6 (patch)
tree127673fd32deef4ee2a1d2a2e133357d7dc85698 /.deepsource.toml
parent73c51845184482a2ca65848cb5876686e5604ca9 (diff)
downloadsyncthing-c5ec6cd7ef6958709f7287f56b88a23786e516c6.tar.gz
syncthing-c5ec6cd7ef6958709f7287f56b88a23786e516c6.zip
build: Fix deepsource test & exclude patterns (#7969)
Diffstat (limited to '.deepsource.toml')
-rw-r--r--.deepsource.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.deepsource.toml b/.deepsource.toml
index 2962e43f8..2db9dd855 100644
--- a/.deepsource.toml
+++ b/.deepsource.toml
@@ -1,7 +1,7 @@
version = 1
-exclude_patterns = ["*.pb.go"]
-test_patterns = ["*_test.go"]
+exclude_patterns = ["**/*.pb.go"]
+test_patterns = ["**/*_test.go"]
[[analyzers]]
name = "go"