From bfbfaf9f9fbfe8e7bd9126eb664472569c044ff7 Mon Sep 17 00:00:00 2001 From: yhirano Date: Sun, 7 May 2017 09:45:34 +0900 Subject: Enable CodeClimate Brakeman checks (#2861) * add brakeman to Gemfile * Enable CodeClimate brakeman checks * add config/brakeman.ignore --- .codeclimate.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.codeclimate.yml') 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: -- cgit