Sha256: 039805d6fa17cc0c01b2469dec82855203aecb19d8c702dffc921c2779a5b8e9

Contents?: true

Size: 782 Bytes

Versions: 1

Compression:

Stored size: 782 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3

# Offense count: 13
Lint/AmbiguousRegexpLiteral:
  Exclude:
    - 'spec/akero_spec.rb'

# Offense count: 1
Lint/UnderscorePrefixedVariableName:
  Exclude:
    - 'lib/akero/benchmark.rb'

# Offense count: 8
Lint/UselessAssignment:
  Exclude:
    - 'lib/akero/benchmark.rb'
    - 'spec/akero_spec.rb'

# Offense count: 9
Lint/Void:
  Exclude:
    - 'spec/akero_spec.rb'

# Offense count: 7
Metrics/AbcSize:
  Max: 60

# Offense count: 2
# Configuration parameters: CountComments.
Metrics/ClassLength:
  Max: 164

# Offense count: 45
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes.
# URISchemes: http, https
Metrics/LineLength:
  Max: 150

# Offense count: 8
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 51

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
akero-1.1.0 .rubocop.yml