1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00
omniauth--omniauth/.rubocop.yml

61 lines
900 B
YAML
Raw Normal View History

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