From b327528da3d7c57ea912df7230505a4a4ac4e26d Mon Sep 17 00:00:00 2001 From: Moncef Belyamani Date: Mon, 6 Jun 2016 10:21:23 -0400 Subject: [PATCH] Remove bundler-audit from .codeclimate.yml **Why**: `bundler-audit` requires `Gemfile.lock` to be checked in, but it is gitignored on purpose in this repo. Enabling bundler-audit causes the Code Climate check to fail, but then seems to also prevent the rest of the engines from running. --- .codeclimate.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 13fc531..35973cb 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,8 +1,6 @@ engines: brakeman: enabled: true - bundler-audit: - enabled: true duplication: enabled: true config: