Sha256: af6dcf3f5a77b7a3ce1a53be3c1e90f8048e238cb0d2b42c687f7d02554e27d9

Contents?: true

Size: 900 Bytes

Versions: 10

Compression:

Stored size: 900 Bytes

Contents

Lint/HandleExceptions:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Metrics/BlockNesting:
  Max: 2

Metrics/LineLength:
  AllowURI: true
  Enabled: false

Metrics/MethodLength:
  CountComments: false
  Max: 15

Metrics/ParameterLists:
  Max: 4
  CountKeywordArgs: true

Metrics/AbcSize:
  Enabled: false

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
omniauth-1.4.3 .rubocop.yml
omniauth-1.7.1 .rubocop.yml
omniauth-1.7.0 .rubocop.yml
omniauth-1.6.1 .rubocop.yml
omniauth-1.6.0 .rubocop.yml
omniauth-1.5.0 .rubocop.yml
omniauth-1.4.2 .rubocop.yml
omniauth-1.4.1 .rubocop.yml
omniauth-1.4.0 .rubocop.yml
omniauth-1.3.2 .rubocop.yml