add .codeclimate.yml
This commit is contained in:
parent
c27dbbefb5
commit
c3ff60397c
1 changed files with 14 additions and 0 deletions
14
.codeclimate.yml
Normal file
14
.codeclimate.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
engines:
|
||||
rubocop:
|
||||
enabled: true
|
||||
bundler-audit:
|
||||
enabled: true
|
||||
ratings:
|
||||
paths:
|
||||
- app/**
|
||||
- config/**
|
||||
- lib/**
|
||||
- spec/**
|
||||
- test/**
|
||||
- Gemfile.lock
|
||||
Loading…
Reference in a new issue