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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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"