You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.1 KiB
63 lines
1.1 KiB
--- |
|
Style/ArrayIntersect: |
|
Enabled: false |
|
|
|
Style/ClassAndModuleChildren: |
|
Enabled: false |
|
|
|
Style/Documentation: |
|
Enabled: false |
|
|
|
Style/FormatStringToken: |
|
AllowedMethods: |
|
- redirect_with_vary # Route redirects are not token-formatted |
|
inherit_mode: |
|
merge: |
|
- AllowedMethods |
|
|
|
Style/HashAsLastArrayItem: |
|
Enabled: false |
|
|
|
Style/HashSyntax: |
|
EnforcedShorthandSyntax: either |
|
EnforcedStyle: ruby19_no_mixed_keys |
|
|
|
Style/IfUnlessModifier: |
|
Exclude: |
|
- '**/*.haml' |
|
|
|
Style/KeywordArgumentsMerging: |
|
Enabled: false |
|
|
|
Style/NumericLiterals: |
|
AllowedPatterns: |
|
- \d{4}_\d{2}_\d{2}_\d{6} |
|
|
|
Style/PercentLiteralDelimiters: |
|
PreferredDelimiters: |
|
'%i': () |
|
'%w': () |
|
|
|
Style/RedundantBegin: |
|
Enabled: false |
|
|
|
Style/RedundantFetchBlock: |
|
Enabled: false |
|
|
|
Style/RescueStandardError: |
|
EnforcedStyle: implicit |
|
|
|
Style/SafeNavigationChainLength: |
|
Enabled: false |
|
|
|
Style/SymbolArray: |
|
Enabled: false |
|
|
|
Style/TrailingCommaInArrayLiteral: |
|
EnforcedStyleForMultiline: comma |
|
|
|
Style/TrailingCommaInHashLiteral: |
|
EnforcedStyleForMultiline: comma |
|
|
|
Style/WordArray: |
|
MinSize: 3 # Override default of 2
|
|
|