Add RuboCop
This commit is contained in:
parent
9a7d4bf07d
commit
fa63e6e81d
5 changed files with 2503 additions and 0 deletions
12
.rubocop.yml
Normal file
12
.rubocop.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
inherit_from: .rubocop_todo.yml
|
||||
|
||||
require:
|
||||
- rubocop-rails
|
||||
- rubocop-rspec
|
||||
|
||||
AllCops:
|
||||
NewCops: enable
|
||||
|
||||
Gemspec/OrderedDependencies:
|
||||
Exclude:
|
||||
- 'plugins/*/*.gemspec'
|
||||
Loading…
Add table
Add a link
Reference in a new issue