aboutsummaryrefslogtreecommitdiffstats
path: root/.codeclimate.yml
diff options
context:
space:
mode:
authorNoah Davis <noah@codeclimate.com>2017-11-29 23:16:04 -0500
committerGitHub <noreply@github.com>2017-11-29 23:16:04 -0500
commit5b2e826e6d5a9031133669be03e3b04861c17e4b (patch)
treec1d70efb89940d857cdfe962c38159dab30990eb /.codeclimate.yml
parentf7e3c686685fb89e67293440d24356f93fa34847 (diff)
downloadrails-5b2e826e6d5a9031133669be03e3b04861c17e4b.tar.gz
rails-5b2e826e6d5a9031133669be03e3b04861c17e4b.tar.bz2
rails-5b2e826e6d5a9031133669be03e3b04861c17e4b.zip
Keep current Code Climate behavior before upgrade
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!
Diffstat (limited to '.codeclimate.yml')
-rw-r--r--.codeclimate.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
index 1f0f067c5b..d59a0780d1 100644
--- a/.codeclimate.yml
+++ b/.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