aboutsummaryrefslogtreecommitdiffstats
path: root/.codeclimate.yml
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2019-04-13 12:08:16 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2019-04-16 09:06:32 +0900
commit0c813cbf866aacfab62a543177082f57d8f659d1 (patch)
treee2751a38fd0fb895b75b57f1d86f0c089d88f4fc /.codeclimate.yml
parentf7e126beae6249ad75d94bc585f53234b8ae5016 (diff)
downloadrails-0c813cbf866aacfab62a543177082f57d8f659d1.tar.gz
rails-0c813cbf866aacfab62a543177082f57d8f659d1.tar.bz2
rails-0c813cbf866aacfab62a543177082f57d8f659d1.zip
Migrate Code Climate config file to new configuration
I don't know whether have to move to a new configuration, but I think there is no need to keep using the old configuration. Ref: https://docs.codeclimate.com/docs/advanced-configuration#section-analysis-configuration-versions
Diffstat (limited to '.codeclimate.yml')
-rw-r--r--.codeclimate.yml10
1 files changed, 4 insertions, 6 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
index ab4fcd123d..50e0f7a657 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -1,3 +1,5 @@
+version: "2"
+
checks:
argument-count:
enabled: false
@@ -20,13 +22,9 @@ checks:
identical-code:
enabled: false
-engines:
+plugins:
rubocop:
enabled: true
channel: rubocop-0-66
-ratings:
- paths:
- - "**.rb"
-
-exclude_paths: []
+exclude_patterns: []