Sha256: 0845809c4ac7521fd741837d415c9b2815e8517c3d679bddf6b7b43cdc8a493d
Contents?: true
Size: 543 Bytes
Versions: 2
Compression:
Stored size: 543 Bytes
Contents
inherit_from: .rubocop_todo.yml # 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: 12 PerceivedComplexity: Max: 12 Metrics/LineLength: Max: 100
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
smtpapi-0.1.12 | .rubocop.yml |
smtpapi-0.1.11 | .rubocop.yml |