Skip to content

Commit 049b3f8

Browse files
committed
trying to fix codeclimate yml
1 parent 944ce45 commit 049b3f8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.codeclimate.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ plugins:
2222
enabled: true
2323
sonar-java:
2424
enabled: true
25+
checks:
26+
squid:S00112: # Requires dedicated exceptions even for tests
27+
enabled: false
2528
config:
26-
sonar.java.source: "8"
27-
# checks:
28-
# allow this repo to throw generic exceptions
29-
#squid:S00112:
30-
#enabled: false
29+
sonar.java.source: 1.8
30+
tests_patterns:
31+
- src/test/**
3132

0 commit comments

Comments
 (0)