aboutsummaryrefslogtreecommitdiffstats
path: root/.codeclimate.yml
diff options
context:
space:
mode:
Diffstat (limited to '.codeclimate.yml')
-rw-r--r--.codeclimate.yml16
1 files changed, 5 insertions, 11 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
index 908a988e69..7114a98266 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -1,3 +1,5 @@
+version: "2"
+
checks:
argument-count:
enabled: false
@@ -20,17 +22,9 @@ checks:
identical-code:
enabled: false
-engines:
+plugins:
rubocop:
enabled: true
- channel: rubocop-0-63
-
-ratings:
- paths:
- - "**.rb"
+ channel: rubocop-0-67
-exclude_paths:
- - ci/
- - guides/
- - tasks/
- - tools/
+exclude_patterns: []