Sha256: 1851df9e5925b8e586b3fbe3f5d5de58a9c2b75bcc48fa04185b1fe99ecfe823

Contents?: true

Size: 393 Bytes

Versions: 2

Compression:

Stored size: 393 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.3

Metrics/AbcSize:
  Max: 25

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

Metrics/MethodLength:
  Max: 40

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

Style/FrozenStringLiteralComment:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
api-auth-2.3.1 .rubocop.yml
api-auth-2.3.0 .rubocop.yml