Skip to content

Commit

Permalink
Adjust settings for code checks
Browse files Browse the repository at this point in the history
(and disable code duplicate check)
  • Loading branch information
bkimminich committed Dec 6, 2017
1 parent 57acb93 commit 10860c7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ ratings:
- "**.js"
- "**.css"

checks:
method-complexity:
config:
threshold: 7
similar-code:
enabled: false
identical-code:
enabled: false

exclude_paths:
- "app/private/**/*"
- "app/css/geo-bootstrap/**/*"
Expand Down

0 comments on commit 10860c7

Please sign in to comment.