move exclude_patterns to top level
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
version = 1
|
||||
|
||||
exclude_patterns = [
|
||||
"tests/**"
|
||||
]
|
||||
|
||||
[[analyzers]]
|
||||
name = "python"
|
||||
|
||||
@@ -7,7 +11,4 @@ name = "python"
|
||||
runtime_version = "3.x.x"
|
||||
|
||||
[[analyzers]]
|
||||
name = "docker"
|
||||
|
||||
[exclude_patterns]
|
||||
paths = ["tests/**"]
|
||||
name = "docker"
|
||||
Reference in New Issue
Block a user