Skip to content

Commit a5bd31a

Browse files
author
Ross Mechanic
authored
Ignore test files for codeclimate checks (#492)
1 parent 41b1d76 commit a5bd31a

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.codeclimate.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,26 +27,19 @@ checks:
2727
similar-code:
2828
config:
2929
threshold: # language-specific defaults. an override will affect all languages.
30-
exclude_patterns:
31-
- "simple_history/tests/"
32-
- "simple_history/registry_tests/"
3330
identical-code:
3431
config:
3532
threshold: # language-specific defaults. an override will affect all languages.
36-
exclude_patterns:
37-
- "simple_history/tests/"
38-
- "simple_history/registry_tests/"
3933
plugins:
4034
bandit:
4135
enabled: true
42-
exclude_patterns:
43-
- "simple_history/tests/"
44-
- "simple_history/registry_tests/"
4536
pep8:
4637
enabled: false
4738
radon:
4839
enabled: true
4940
threshold: "C"
5041
sonar-python:
5142
enabled: true
52-
43+
exclude_patterns:
44+
- "simple_history/tests/"
45+
- "simple_history/registry_tests/"

0 commit comments

Comments
 (0)