add codeclimate config (with reek,not robocop)

This commit is contained in:
Torsten Ruger 2016-12-08 13:58:38 +02:00
parent f0dbda7ec0
commit c361b74541

23
.codeclimate.yml Normal file
View File

@ -0,0 +1,23 @@
---
engines:
bundler-audit:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
fixme:
enabled: true
rubocop:
enabled: false
reek:
enabled: true
ratings:
paths:
- Gemfile.lock
- "**.rb"
exclude_paths:
- config/
- db/
- spec/