File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -27,26 +27,19 @@ checks:
27
27
similar-code :
28
28
config :
29
29
threshold : # language-specific defaults. an override will affect all languages.
30
- exclude_patterns :
31
- - " simple_history/tests/"
32
- - " simple_history/registry_tests/"
33
30
identical-code :
34
31
config :
35
32
threshold : # language-specific defaults. an override will affect all languages.
36
- exclude_patterns :
37
- - " simple_history/tests/"
38
- - " simple_history/registry_tests/"
39
33
plugins :
40
34
bandit :
41
35
enabled : true
42
- exclude_patterns :
43
- - " simple_history/tests/"
44
- - " simple_history/registry_tests/"
45
36
pep8 :
46
37
enabled : false
47
38
radon :
48
39
enabled : true
49
40
threshold : " C"
50
41
sonar-python :
51
42
enabled : true
52
-
43
+ exclude_patterns :
44
+ - " simple_history/tests/"
45
+ - " simple_history/registry_tests/"
You can’t perform that action at this time.
0 commit comments