Browse Source

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.
master
Moncef Belyamani 10 years ago
parent
commit
b327528da3
  1. 2
      .codeclimate.yml

2
.codeclimate.yml

@ -1,8 +1,6 @@
engines: engines:
brakeman: brakeman:
enabled: true enabled: true
bundler-audit:
enabled: true
duplication: duplication:
enabled: true enabled: true
config: config:

Loading…
Cancel
Save