Sha256: f34e45f491b95e559a40b4bc4fef87f671d5086915bbf0a5aef00645832294cb

Contents?: true

Size: 481 Bytes

Versions: 2

Compression:

Stored size: 481 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 the number of params
ParameterLists:
  Max: 8
  CountKeywordArgs: true

# Change limitation of AbcSize
AbcSize:
  Max: 21

# Change limitation of the number of '/' within %r
RegexpLiteral:
  MaxSlashes: 0

# Change numeric literals
NumericLiterals:
  MinDigits: 20

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sendgrid4r-1.1.0 .rubocop.yml
sendgrid4r-1.0.0 .rubocop.yml