Skip to content

Commit

Permalink
Added Advanced Configuration for CodeClimate
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebbo94BY committed May 15, 2019
1 parent ffee374 commit 5c53833
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Advanced Configuration for CodeClimate: https://docs.codeclimate.com/docs
version: "2" # required to adjust maintainability checks
checks:
argument-count:
config:
threshold: 4
complex-logic:
config:
threshold: 4
file-lines:
config:
threshold: 250
method-complexity:
config:
threshold: 5
method-count:
config:
threshold: 20
method-lines:
config:
threshold: 25
nested-control-flow:
config:
threshold: 4
return-statements:
config:
threshold: 4
similar-code:
config:
threshold: # language-specific defaults. an override will affect all languages.
identical-code:
config:
threshold: # language-specific defaults. an override will affect all languages.

0 comments on commit 5c53833

Please sign in to comment.