*: Exclude _fixtures for DeepSource issues (#1941)

This commit is contained in:
Sourya Vatsyayan 2020-03-19 23:37:54 +05:30 committed by GitHub
parent 731a7fc125
commit 5ef973c742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@ version = 1
test_patterns = ["**/*_test.go"]
exclude_patterns = ["vendor"]
exclude_patterns = ["vendor", "_fixtures"]
[[analyzers]]
name = "go"