add rubocop config file
This commit is contained in:
parent
52d5dc3d5d
commit
d455cbbb07
1 changed files with 7 additions and 0 deletions
7
.rubocop.yml
Normal file
7
.rubocop.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
require: rubocop-rspec
|
||||
AllCops:
|
||||
Exclude:
|
||||
- db/**/*
|
||||
RunRailsCops: true
|
||||
Metrics/LineLength:
|
||||
Enabled: false
|
Loading…
Reference in a new issue