Skip to content

Commit

Permalink
build: update code climate config for test
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Feb 27, 2020
1 parent b0b5dda commit d91e118
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ exclude_patterns:
- "**/resources/**"
- "tests/"

checks:
identical-code:
config:
threshold: 25
similar-code:
config:
threshold: 50

plugins:
duplication:
enabled: true
Expand Down

0 comments on commit d91e118

Please sign in to comment.