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