From c3ff60397cbfe33c651c661f5b93fee654476eff Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 25 Jun 2015 01:54:25 +0200 Subject: [PATCH] add .codeclimate.yml --- .codeclimate.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .codeclimate.yml diff --git a/.codeclimate.yml b/.codeclimate.yml new file mode 100644 index 0000000..f90f301 --- /dev/null +++ b/.codeclimate.yml @@ -0,0 +1,14 @@ +--- +engines: + rubocop: + enabled: true + bundler-audit: + enabled: true +ratings: + paths: + - app/** + - config/** + - lib/** + - spec/** + - test/** + - Gemfile.lock