Setup rubocop for circleci
This commit is contained in:
parent
6d1388095a
commit
26a6b0a7eb
2 changed files with 9 additions and 0 deletions
7
.rubocop.yml
Normal file
7
.rubocop.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
AllCops:
|
||||
Includes:
|
||||
- 'Gemfile'
|
||||
Excludes:
|
||||
- 'Gemfile.devtools'
|
||||
- 'vendor/**'
|
||||
- 'benchmarks/**'
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue