about summary refs log tree commit diff
path: root/.codeclimate.yml
diff options
context:
space:
mode:
authoryhirano <yhirano@me.com>2017-05-07 09:41:12 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-05-07 02:41:12 +0200
commit87588fa8947c137de1ab75d740318ffc2dfffbbf (patch)
treefafcb4781e52b6ff062f905915b8fd4fa4b7b9f5 /.codeclimate.yml
parent74036a2c9dba8fad553f13669f265340cd67279a (diff)
Enable CodeClimate Bundler-Audit checks (#2862)
* add bundler-audit to Gemfile

* Enable CodeClimate bundler-audit checks
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