Sha256: 6de5a93640f74ed089b7e885f3d89e81a9ac38f7e791b7cd3c04717e0c3a2bb6

Contents?: true

Size: 705 Bytes

Versions: 5

Compression:

Stored size: 705 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

5 entries across 5 versions & 1 rubygems

Version Path
sg-0.1.4 .rubocop.yml
sg-0.1.3 .rubocop.yml
sg-0.1.2 .rubocop.yml
sg-0.1.1 .rubocop.yml
sg-0.1.0 .rubocop.yml