about summary refs log tree commit diff
path: root/.codeclimate.yml
diff options
context:
space:
mode:
authoryhirano <yhirano@me.com>2017-05-07 09:45:34 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-05-07 02:45:33 +0200
commitbfbfaf9f9fbfe8e7bd9126eb664472569c044ff7 (patch)
treeef4f32f08f634fbcb457f08ed503b9b67d53dbbd /.codeclimate.yml
parentdf81bc4a9745288d2eb1f6a924ceb9b79017b04f (diff)
Enable CodeClimate Brakeman checks (#2861)
* add brakeman to Gemfile

* Enable CodeClimate brakeman checks

* add config/brakeman.ignore
Diffstat (limited to '.codeclimate.yml')
-rw-r--r--.codeclimate.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
index dbb3e4bff..5ad9a7192 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -1,4 +1,6 @@
 engines:
+  brakeman:
+    enabled: true
   bundler-audit:
     enabled: true
   duplication: