Переглянути джерело

build: Fix deepsource test & exclude patterns (#7969)

Jakob Borg 4 роки тому
батько
коміт
c5ec6cd7ef
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      .deepsource.toml

+ 2 - 2
.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"