Skip to content

Commit

Permalink
Merge pull request #31292 from noahd1/patch-1
Browse files Browse the repository at this point in the history
Keep current Code Climate behavior before upgrade
  • Loading branch information
rafaelfranca committed Nov 30, 2017
2 parents 0185aae + 5b2e826 commit 57f2d74
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .codeclimate.yml
@@ -1,3 +1,25 @@
checks:
argument-count:
enabled: false
complex-logic:
enabled: false
file-lines:
enabled: false
method-complexity:
enabled: false
method-count:
enabled: false
method-lines:
enabled: false
nested-control-flow:
enabled: false
return-statements:
enabled: false
similar-code:
enabled: false
identical-code:
enabled: false

engines:
rubocop:
enabled: true
Expand Down

0 comments on commit 57f2d74

Please sign in to comment.