Sha256: a2f91c1803b503780181d36b530a7439561de58ed382ca7004abebb4964fb6da

Contents?: true

Size: 511 Bytes

Versions: 2

Compression:

Stored size: 511 Bytes

Contents

# Allow "set_" and "get_" for prefix of method
AccessorMethodName:
  Enabled: false

# Increase max line number of method
MethodLength:
  CountComments: true  # count full line comments?
  Max: 20

# Increase the number of params
ParameterLists:
  Max: 6
  CountKeywordArgs: true

# Increase the max AbcSize
AbcSize:
  Max: 34

# Increase the max line number of class
ClassLength:
  Max: 250
  CountComments: true

CyclomaticComplexity:
  Max: 11

PerceivedComplexity:
  Max: 11

Metrics/LineLength:
  Max: 100

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
smtpapi-0.1.10 .rubocop.yml
smtpapi-0.1.9 .rubocop.yml