add rubocop config file

This commit is contained in:
Tanguy PATTE 2015-08-20 16:11:50 +02:00
parent 52d5dc3d5d
commit d455cbbb07

7
.rubocop.yml Normal file
View file

@ -0,0 +1,7 @@
require: rubocop-rspec
AllCops:
Exclude:
- db/**/*
RunRailsCops: true
Metrics/LineLength:
Enabled: false