*: Exclude _fixtures
for DeepSource issues (#1941)
This commit is contained in:
parent
731a7fc125
commit
5ef973c742
@ -2,7 +2,7 @@ version = 1
|
||||
|
||||
test_patterns = ["**/*_test.go"]
|
||||
|
||||
exclude_patterns = ["vendor"]
|
||||
exclude_patterns = ["vendor", "_fixtures"]
|
||||
|
||||
[[analyzers]]
|
||||
name = "go"
|
||||
|
Loading…
Reference in New Issue
Block a user