Sha256: 55421be8becc4a6947b9ceb5fc4677abf100216e7769fc8f681886aefb2e3fe6

Contents?: true

Size: 660 Bytes

Versions: 2

Compression:

Stored size: 660 Bytes

Contents

# Let prefix of method name set_ and get_
AccessorMethodName:
  Enabled: false

# Change limitation of method length
MethodLength:
  CountComments: true  # count full line comments?
  Max: 20

# Change limitation of module length
ModuleLength:
  Max: 600

# Change limitation of the number of params
ParameterLists:
  Max: 8
  CountKeywordArgs: false

# Change limitation of AbcSize
AbcSize:
  Max: 27

# Change numeric literals
NumericLiterals:
  MinDigits: 20

# Disable force module and class style
ClassAndModuleChildren:
  Enabled: false

# Change limitation of the class length
ClassLength:
  CountComments: false  # count full line comments?
  Max: 180

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sendgrid4r-1.14.0 .rubocop.yml
sendgrid4r-1.13.0 .rubocop.yml