use RuboCop
This commit is contained in:
13
.rubocop.yml
Normal file
13
.rubocop.yml
Normal file
@ -0,0 +1,13 @@
|
||||
AllCops:
|
||||
Exclude:
|
||||
- bin/*
|
||||
- config/initializers/sorcery.rb
|
||||
- db/schema.rb
|
||||
RunRailsCops: true
|
||||
Metrics/LineLength:
|
||||
Enabled: false
|
||||
require: rubocop-rspec
|
||||
Style/Documentation:
|
||||
Enabled: false
|
||||
Style/SpaceInsideHashLiteralBraces:
|
||||
EnforcedStyle: no_space
|
Reference in New Issue
Block a user