25 lines
431 B
YAML
25 lines
431 B
YAML
AllCops:
|
|
Exclude:
|
|
- 'tests/test_app/db/**/*.rb'
|
|
|
|
inherit_from: .rubocop_todo.yml
|
|
|
|
require:
|
|
- rubocop-rspec
|
|
- rubocop-rails
|
|
|
|
Layout/SpaceAroundMethodCallOperator:
|
|
Enabled: true
|
|
Lint/RaiseException:
|
|
Enabled: True
|
|
Lint/StructNewOverride:
|
|
Enabled: True
|
|
Style/ExponentialNotation:
|
|
Enabled: True
|
|
Style/HashEachMethods:
|
|
Enabled: True
|
|
Style/HashTransformKeys:
|
|
Enabled: True
|
|
Style/HashTransformValues:
|
|
Enabled: True
|