31 lines
537 B
YAML
31 lines
537 B
YAML
AllCops:
|
|
NewCops: enable
|
|
Exclude:
|
|
- 'bin/*'
|
|
- 'db/migrate/*'
|
|
- 'db/schema.rb'
|
|
|
|
Style/Documentation:
|
|
Enabled: false
|
|
|
|
Style/StringLiterals:
|
|
EnforcedStyle: double_quotes
|
|
|
|
Style/HashSyntax:
|
|
Enabled: false
|
|
|
|
Style/SymbolArray:
|
|
Enabled: false
|
|
|
|
Style/TrailingCommaInArguments:
|
|
EnforcedStyleForMultiline: consistent_comma
|
|
|
|
Style/TrailingCommaInArrayLiteral:
|
|
EnforcedStyleForMultiline: consistent_comma
|
|
|
|
Style/TrailingCommaInHashLiteral:
|
|
EnforcedStyleForMultiline: consistent_comma
|
|
|
|
Style/WordArray:
|
|
Enabled: false
|