Sha256: 5957397587f350f327dd423b67571847cc45cfe00bff90f963174d8033fbab9d

Contents?: true

Size: 393 Bytes

Versions: 1

Compression:

Stored size: 393 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.4

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

1 entries across 1 versions & 1 rubygems

Version Path
api-auth-2.4.0 .rubocop.yml