mirror of
https://github.com/lloeki/rebel.git
synced 2025-12-06 10:04:39 +01:00
32 lines
556 B
YAML
32 lines
556 B
YAML
inherit_from: .rubocop_todo.yml
|
|
|
|
Metrics/LineLength:
|
|
Enabled: false
|
|
|
|
Metrics/ParameterLists:
|
|
Enabled: false
|
|
|
|
Style/Documentation:
|
|
Enabled: false
|
|
|
|
Style/ClassAndModuleChildren:
|
|
Enabled: false
|
|
|
|
Metrics/ModuleLength:
|
|
Enabled: false
|
|
|
|
Style/TrailingCommaInLiteral:
|
|
EnforcedStyleForMultiline: comma
|
|
|
|
Style/TrailingCommaInArguments:
|
|
EnforcedStyleForMultiline: comma
|
|
|
|
Style/NestedParenthesizedCalls:
|
|
Enabled: false
|
|
|
|
Style/BracesAroundHashParameters:
|
|
Exclude:
|
|
- 'test/test_*.rb'
|
|
|
|
Style/IndentArray:
|
|
EnforcedStyle: consistent
|