Sha256: 0231cd1c4ab35a6aa5fb1569c2a42b06b70083951350e181d5c41731cefc6f55

Contents?: true

Size: 1.1 KB

Versions: 1

Compression:

Stored size: 1.1 KB

Contents

Gemspec/RequiredRubyVersion:
  Enabled: false

LineLength:
  Description: 'Limit lines to 130 characters.'
  Max: 130

Layout/SpaceInsideStringInterpolation:
  Enabled: false

Layout/MultilineOperationIndentation:
  EnforcedStyle: indented

StringLiterals:
  EnforcedStyle: single_quotes

Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: comma
Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: comma

Style/SafeNavigation:
  Enabled: false

Style/EmptyMethod:
  Description: 'Checks the formatting of empty method definitions.'
  StyleGuide: '#no-single-line-methods'
  Enabled: false

HashSyntax:
  Description: "Prefer Ruby 1.9 hash syntax { a: 1, b: 2 } over 1.8 syntax\n{ :a => 1, :b => 2 }"
  EnforcedStyle: ruby19
  Enabled: true

RedundantBegin:
  Enabled: true

Documentation:
  Enabled: false

Metrics/AbcSize:
  Max: 60

Metrics/ClassLength:
  Max: 300

Metrics/CyclomaticComplexity:
  Max: 50

Metrics/PerceivedComplexity:
  Max: 15

Metrics/BlockLength:
  Max: 40

Metrics/MethodLength:
  Max: 45

AllCops:
  Exclude:
    - bin/**/*
    - Rakefile
    - config/**/*
    - test/**/*

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omniauth_openid_connect-0.4.0 .rubocop.yml