*: Ignore scripts in deepsource analysis
This commit is contained in:
parent
0cfd52787f
commit
f80674979a
@ -2,7 +2,7 @@ version = 1
|
|||||||
|
|
||||||
test_patterns = ["**/*_test.go"]
|
test_patterns = ["**/*_test.go"]
|
||||||
|
|
||||||
exclude_patterns = ["vendor", "_fixtures"]
|
exclude_patterns = ["vendor", "_fixtures", "scripts"]
|
||||||
|
|
||||||
[[analyzers]]
|
[[analyzers]]
|
||||||
name = "go"
|
name = "go"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user