add .codeclimate.yml

This commit is contained in:
Benjamin Neff 2015-06-25 01:54:25 +02:00
parent c27dbbefb5
commit c3ff60397c

14
.codeclimate.yml Normal file
View file

@ -0,0 +1,14 @@
---
engines:
rubocop:
enabled: true
bundler-audit:
enabled: true
ratings:
paths:
- app/**
- config/**
- lib/**
- spec/**
- test/**
- Gemfile.lock