Skip to content

Commit c2babc7

Browse files
authored
Merge pull request #528 from nellh/rule-of-three
Adjust Code Climate threshold for duplication to 3
2 parents a783d14 + 18052c0 commit c2babc7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.codeclimate.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: '2'
2+
checks:
3+
similar-code:
4+
config:
5+
count_threshold: 3
6+
threshold: 50
7+
identical-code:
8+
config:
9+
count_threshold: 3
10+
threshold: 50

0 commit comments

Comments
 (0)