Skip to content

Commit

Permalink
fix: make codeclimate conform to rule of three (#1076)
Browse files Browse the repository at this point in the history
  • Loading branch information
jraut authored and daffl committed Oct 29, 2018
1 parent 1c74a14 commit 0a2ce87
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,13 @@ checks:
identical-code:
config:
threshold: 25
plugins:
duplication:
enabled: true
config:
count_threshold: 3
exclude_patterns:
- "**/test/*"
- "**/dist/*"
- "**/*.dist.js"
- "**/templates/*"

0 comments on commit 0a2ce87

Please sign in to comment.