aboutsummaryrefslogtreecommitdiffstats
path: root/.codeclimate.yml
diff options
context:
space:
mode:
Diffstat (limited to '.codeclimate.yml')
-rw-r--r--.codeclimate.yml12
1 files changed, 5 insertions, 7 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
index ab4fcd123d..7114a98266 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"
+ channel: rubocop-0-67
-exclude_paths: []
+exclude_patterns: []