Sha256: 6b475776c194d95a90a6c087c433b9bbcee9c66f0ab05db2d77cc96aad09afa5

Contents?: true

Size: 590 Bytes

Versions: 1

Compression:

Stored size: 590 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  NewCops: enable
  TargetRubyVersion: 2.5

Metrics/AbcSize:
  Max: 28

# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Layout/LineLength:
  Max: 140

Metrics/MethodLength:
  Max: 40

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*.rb'
    - 'api_auth.gemspec'

Naming/FileName:
  Exclude:
    - 'lib/api-auth.rb'

Style/FrozenStringLiteralComment:
  Enabled: false

Style/StringLiterals:
  Exclude:
    - 'gemfiles/*.gemfile'

Lint/DuplicateBranch:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
api-auth-2.5.1 .rubocop.yml