Skip to content

Commit 92e27a9

Browse files
author
ABaldwinHunter
committed
Turn on duplication engine
Support maintainability of code base and dog-food engine.
1 parent becc31c commit 92e27a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.codeclimate.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
engines:
33
rubocop:
44
enabled: true
5+
duplication:
6+
enabled: true
7+
config:
8+
languages:
9+
- "ruby"
510
fixme:
611
enabled: true
712
exclude_paths:

0 commit comments

Comments
 (0)