mirror of
https://github.com/lloeki/normandy.git
synced 2025-12-06 01:54:40 +01:00
34 lines
620 B
YAML
34 lines
620 B
YAML
AllCops:
|
|
TargetRubyVersion: 2.0
|
|
|
|
Style/Documentation:
|
|
Enabled: false
|
|
|
|
Style/FileName:
|
|
Exclude: [lib/zipcode-fr.rb]
|
|
|
|
Style/Semicolon:
|
|
AllowAsExpressionSeparator: true
|
|
|
|
Style/TrailingCommaInLiteral:
|
|
EnforcedStyleForMultiline: comma
|
|
|
|
Style/TrailingCommaInArguments:
|
|
EnforcedStyleForMultiline: comma
|
|
|
|
Style/SignalException:
|
|
EnforcedStyle: semantic
|
|
|
|
Style/ClassAndModuleChildren:
|
|
EnforcedStyle: compact
|
|
|
|
Style/TrivialAccessors:
|
|
AllowPredicates: true
|
|
|
|
Style/Alias:
|
|
EnforcedStyle: prefer_alias_method
|
|
|
|
Lint/ShadowingOuterLocalVariable:
|
|
Exclude:
|
|
- examples/many_to_one.rb
|
|
- examples/one_to_many.rb
|