rebel/.rubocop.yml
2017-03-01 09:34:43 +01:00

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