Setup rubocop for circleci

This commit is contained in:
Markus Schirp 2014-01-02 21:50:08 +01:00
parent 6d1388095a
commit 26a6b0a7eb
2 changed files with 9 additions and 0 deletions

7
.rubocop.yml Normal file
View file

@ -0,0 +1,7 @@
AllCops:
Includes:
- 'Gemfile'
Excludes:
- 'Gemfile.devtools'
- 'vendor/**'
- 'benchmarks/**'

View file

@ -1,3 +1,5 @@
inherit_from: ../.rubocop.yml
# General note about rubocop.
# It does NOT allow to silence a specific rule violation.
# For that reason I sometimes have to disable a whole cop where