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 9 years ago
parent
commit
b327528da3
  1. 2
      .codeclimate.yml

2
.codeclimate.yml

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

Loading…
Cancel
Save