Add RuboCop

This commit is contained in:
Patrick Gansterer 2021-03-01 13:41:50 +01:00
parent 9a7d4bf07d
commit fa63e6e81d
5 changed files with 2503 additions and 0 deletions

12
.rubocop.yml Normal file
View file

@ -0,0 +1,12 @@
inherit_from: .rubocop_todo.yml
require:
- rubocop-rails
- rubocop-rspec
AllCops:
NewCops: enable
Gemspec/OrderedDependencies:
Exclude:
- 'plugins/*/*.gemspec'