aboutsummaryrefslogtreecommitdiffstats
path: root/.codeclimate.yml
diff options
context:
space:
mode:
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: []