add codeclimate config (with reek,not robocop)
This commit is contained in:
parent
f0dbda7ec0
commit
c361b74541
23
.codeclimate.yml
Normal file
23
.codeclimate.yml
Normal 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/
|
Loading…
Reference in New Issue
Block a user