Sha256: b0ffc1e94475a9e6d44a2db1ecf156e34727afc3c32b04533b278056f6c087eb

Contents?: true

Size: 874 Bytes

Versions: 3

Compression:

Stored size: 874 Bytes

Contents

Metrics/AbcSize:
  Enabled: false

Metrics/BlockNesting:
  Max: 2

Metrics/LineLength:
  AllowURI: true
  Enabled: false

Metrics/MethodLength:
  CountComments: false
  Max: 10

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/FileName:
  Exclude:
    - 'lib/omniauth-oauth.rb'

Style/HashSyntax:
  EnforcedStyle: hash_rockets

Style/Lambda:
  Enabled: false

Style/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/TrailingComma:
  EnforcedStyleForMultiline: 'comma'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
omniauth-oauth-1.2.1 .rubocop.yml
omniauth-oauth-1.2.0 .rubocop.yml
omniauth-oauth-1.1.0 .rubocop.yml