17 lines
332 B
YAML
17 lines
332 B
YAML
AllCops:
|
|
Exclude:
|
|
- bin/*
|
|
- config/application.rb
|
|
- config/initializers/sorcery.rb
|
|
- db/seeds/**/*
|
|
- db/schema.rb
|
|
- tmp/**/*
|
|
RunRailsCops: true
|
|
Metrics/LineLength:
|
|
Enabled: false
|
|
require: rubocop-rspec
|
|
Style/Documentation:
|
|
Enabled: false
|
|
Style/SpaceInsideHashLiteralBraces:
|
|
EnforcedStyle: no_space
|