Skip to content

Commit

Permalink
disable some of the codeclimate checks
Browse files Browse the repository at this point in the history
  • Loading branch information
iranianpep committed Dec 5, 2017
1 parent 664e6c1 commit 531e39c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,14 @@ engines:
ratings:
paths:
- "src/**/*"
checks:
argument-count:
enabled: false
complex-logic:
enabled: false
file-lines:
enabled: false
method-complexity:
enabled: false
method-lines:
enabled: false

0 comments on commit 531e39c

Please sign in to comment.