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

This commit is contained in:
Jakob Borg
2021-09-26 12:08:59 +02:00
committed by GitHub
parent 73c5184518
commit c5ec6cd7ef

View File

@@ -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"