mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-04-27 14:57:45 +00:00
54 lines
843 B
YAML
54 lines
843 B
YAML
Metrics/BlockNesting:
|
|
Max: 1
|
|
|
|
Metrics/LineLength:
|
|
AllowURI: true
|
|
Enabled: false
|
|
|
|
Metrics/MethodLength:
|
|
CountComments: false
|
|
Max: 7
|
|
|
|
Metrics/ParameterLists:
|
|
Max: 4
|
|
CountKeywordArgs: true
|
|
|
|
Style/AccessModifierIndentation:
|
|
EnforcedStyle: outdent
|
|
|
|
Style/CollectionMethods:
|
|
PreferredMethods:
|
|
map: 'collect'
|
|
reduce: 'inject'
|
|
find: 'detect'
|
|
find_all: 'select'
|
|
|
|
Style/Documentation:
|
|
Enabled: false
|
|
|
|
Style/DotPosition:
|
|
EnforcedStyle: trailing
|
|
|
|
Style/DoubleNegation:
|
|
Enabled: false
|
|
|
|
Style/EachWithObject:
|
|
Enabled: false
|
|
|
|
Style/Encoding:
|
|
Enabled: false
|
|
|
|
Style/HashSyntax:
|
|
EnforcedStyle: hash_rockets
|
|
|
|
Style/Lambda:
|
|
Enabled: false
|
|
|
|
Style/RaiseArgs:
|
|
EnforcedStyle: compact
|
|
|
|
Style/SpaceInsideHashLiteralBraces:
|
|
EnforcedStyle: no_space
|
|
|
|
Style/TrailingComma:
|
|
EnforcedStyleForMultiline: 'comma'
|