omniauth--omniauth/.rubocop.yml

70 lines
1019 B
YAML
Raw Normal View History

AllCops:
TargetRubyVersion: 2.2
Layout/AccessModifierIndentation:
EnforcedStyle: outdent
Layout/AlignHash:
Enabled: false
Layout/DotPosition:
EnforcedStyle: trailing
Layout/SpaceInsideHashLiteralBraces:
EnforcedStyle: no_space
2014-08-18 11:21:39 +00:00
Lint/HandleExceptions:
Enabled: false
2017-01-17 16:50:31 +00:00
Metrics/BlockLength:
Enabled: false
2014-08-18 11:21:39 +00:00
Metrics/BlockNesting:
Max: 2
Metrics/LineLength:
AllowURI: true
Enabled: false
2014-01-16 04:00:40 +00:00
2014-08-18 11:21:39 +00:00
Metrics/MethodLength:
2014-01-16 04:00:40 +00:00
CountComments: false
Max: 15
2014-01-16 04:00:40 +00:00
2014-08-18 11:21:39 +00:00
Metrics/ParameterLists:
Max: 4
CountKeywordArgs: true
2014-01-16 04:00:40 +00:00
2014-12-25 21:29:22 +00:00
Metrics/AbcSize:
Enabled: false
2014-08-18 11:21:39 +00:00
Style/CollectionMethods:
2014-01-16 04:00:40 +00:00
PreferredMethods:
map: 'collect'
reduce: 'inject'
find: 'detect'
find_all: 'select'
2014-08-18 11:21:39 +00:00
Style/Documentation:
2014-01-16 04:00:40 +00:00
Enabled: false
2014-08-18 11:21:39 +00:00
Style/DoubleNegation:
2014-01-16 04:00:40 +00:00
Enabled: false
2014-08-18 11:21:39 +00:00
Style/EachWithObject:
2014-01-16 04:00:40 +00:00
Enabled: false
2014-08-18 11:21:39 +00:00
Style/Encoding:
2014-01-16 04:00:40 +00:00
Enabled: false
Style/ExpandPathArguments:
Enabled: false
2014-08-18 11:21:39 +00:00
Style/HashSyntax:
EnforcedStyle: hash_rockets
Style/Lambda:
2014-01-25 11:19:24 +00:00
Enabled: false
2014-08-18 11:21:39 +00:00
Style/RaiseArgs:
2014-01-25 11:19:24 +00:00
EnforcedStyle: compact