Sha256: 5a11108aa63e3fa0196b02683cbe1c435e8f118f7da9f4321e9b2a2df71ae349

Contents?: true

Size: 538 Bytes

Versions: 5

Compression:

Stored size: 538 Bytes

Contents

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.3

Style/StringLiterals:
  EnforcedStyle: double_quotes

Layout/HashAlignment:
  Enabled: false

Metrics/BlockLength:
  ExcludedMethods: ['describe', 'context']

Metrics/ParameterLists:
  Max: 5
  CountKeywordArgs: false

Metrics/LineLength:
  Max: 128

Metrics/MethodLength:
  Max: 25

Metrics/AbcSize:
  Max: 25

Metrics/CyclomaticComplexity:
  Max: 8

Naming/MethodParameterName:
  MinNameLength: 2

Style/ModuleFunction:
  Enabled: false

Style/SafeNavigation:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rails-auth-3.1.0 .rubocop.yml
rails-auth-3.0.0 .rubocop.yml
rails-auth-2.2.2 .rubocop.yml
rails-auth-2.2.1 .rubocop.yml
rails-auth-2.2.0 .rubocop.yml