Skip to content

Commit

Permalink
Keep current Code Climate behavior before upgrade
Browse files Browse the repository at this point in the history
If you merge these changes now (*before Monday, December 4th*), Code Climate will run the same analysis on Rails as it always has on your pull requests.

*If you do not merge these changes*, when Code Climate migrates Rails to our new analysis, Code Climate will continue to run Rubocop, but it will ALSO run Code Climate's new maintainability checks (https://codeclimate.com/blog/10-point-technical-debt-assessment). 

You may want this ... you may not. 

Just want to make sure you knew the quick option to disable them if it's a problem!
  • Loading branch information
noahd1 authored Nov 30, 2017
1 parent f7e3c68 commit 5b2e826
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -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 5b2e826

Please sign in to comment.