about summary refs log tree commit diff
path: root/.codeclimate.yml
diff options
context:
space:
mode:
Diffstat (limited to '.codeclimate.yml')
-rw-r--r--.codeclimate.yml20
1 files changed, 11 insertions, 9 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
index d86475a29..dbb3e4bff 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -1,14 +1,16 @@
 engines:
- duplication:
-   enabled: false
- rubocop:
-   enabled: true
- eslint:
-   enabled: true
+  bundler-audit:
+    enabled: true
+  duplication:
+    enabled: false
+  eslint:
+    enabled: true
+  rubocop:
+    enabled: true
 ratings:
- paths:
- - "**.rb"
- - "**.js"
+  paths:
+  - "**.rb"
+  - "**.js"
 exclude_paths:
 - spec/
 - vendor/asset