Skip to content

Commit

Permalink
Remove bundler-audit from .codeclimate.yml
Browse files Browse the repository at this point in the history
**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.
  • Loading branch information
monfresh committed Jun 6, 2016
1 parent 55934a1 commit b327528
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .codeclimate.yml
@@ -1,8 +1,6 @@
engines:
brakeman:
enabled: true
bundler-audit:
enabled: true
duplication:
enabled: true
config:
Expand Down

0 comments on commit b327528

Please sign in to comment.