From 1f4703d25d9a89d89031b92ececa1fe3eaa3ade1 Mon Sep 17 00:00:00 2001 From: Pranav Raj S Date: Sun, 2 Feb 2020 17:35:03 +0530 Subject: [PATCH] Chore: Disable brakeman in Codeclimate (#453) --- .codeclimate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index f12f590a2..0bf089f4b 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -10,7 +10,7 @@ plugins: scss-lint: enabled: true brakeman: - enabled: true + enabled: false checks: similar-code: enabled: false