This PR updates .codeclimate.yml to disable bundler-audit
Because bundler-audit works by cross-referencing our gems
against the Ruby Advisory DB, it will error unless there's a
Gemfile.lock present in the repo.
Coverage remained the same at 100.0% when pulling 9054f7fc14653dc0f97e26b7686326dac6945494 on disable-bundle-audit into 2a6dd0782aecc8dbf771cc9cceb111a02928e8d5 on master.
This PR updates
.codeclimate.yml
to disablebundler-audit
Because
bundler-audit
works by cross-referencing our gems against the Ruby Advisory DB, it will error unless there's aGemfile.lock
present in the repo.