*: Ignore scripts in deepsource analysis

This commit is contained in:
Derek Parker 2020-03-19 11:25:23 -07:00 committed by Alessandro Arzilli
parent 0cfd52787f
commit f80674979a

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