ignore tests in DeepSource analyses (#8151)

* ignore tests

* .
This commit is contained in:
Jirka Borovec 2021-06-27 13:08:20 +02:00 committed by GitHub
parent e11fe19673
commit 28afc7a10d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
version = 1
test_patterns = ["tests/**", "benchmarks/**"]
[[analyzers]]
name = "secrets"
enabled = true