Sha256: d6449ded2e3adc5237ddb2d760b005ca6b3a8a53c959ba713293d2392bfcb212

Contents?: true

Size: 1019 Bytes

Versions: 12

Compression:

Stored size: 1019 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.2

Layout/AccessModifierIndentation:
  EnforcedStyle: outdent

Layout/AlignHash:
  Enabled: false

Layout/DotPosition:
  EnforcedStyle: trailing

Layout/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space

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/CollectionMethods:
  PreferredMethods:
    map:      'collect'
    reduce:   'inject'
    find:     'detect'
    find_all: 'select'

Style/Documentation:
  Enabled: false

Style/DoubleNegation:
  Enabled: false

Style/EachWithObject:
  Enabled: false

Style/Encoding:
  Enabled: false

Style/ExpandPathArguments:
  Enabled: false

Style/HashSyntax:
  EnforcedStyle: hash_rockets

Style/Lambda:
  Enabled: false

Style/RaiseArgs:
  EnforcedStyle: compact

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
omniauth-2.1.2 .rubocop.yml
omniauth-2.1.1 .rubocop.yml
omniauth-1.9.2 .rubocop.yml
omniauth-2.1.0 .rubocop.yml
omniauth-2.0.4 .rubocop.yml
omniauth-2.0.3 .rubocop.yml
omniauth-2.0.2 .rubocop.yml
omniauth-2.0.1 .rubocop.yml
omniauth-2.0.0 .rubocop.yml
omniauth-2.0.0.pre.rc1 .rubocop.yml
omniauth-1.9.1 .rubocop.yml
omniauth-1.9.0 .rubocop.yml