Skip to content

Commit aad51c0

Browse files
committed
Move count_threshold to plugin config for code climate.
1 parent c2babc7 commit aad51c0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.codeclimate.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@ version: '2'
22
checks:
33
similar-code:
44
config:
5-
count_threshold: 3
65
threshold: 50
76
identical-code:
87
config:
9-
count_threshold: 3
108
threshold: 50
9+
plugins:
10+
duplication:
11+
enabled: true
12+
config:
13+
count_threshold: 3

0 commit comments

Comments
 (0)