Sha256: ef3b1f2ca836729ad81e976c376fb0eee5bd400968d13acf2d635c1db5d24062

Contents?: true

Size: 246 Bytes

Versions: 2

Compression:

Stored size: 246 Bytes

Contents

AllCops:
  Exclude:
    - 'bin/**/*'

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

# Change limitation of AbcSize
AbcSize:
  Max: 27

# Change Line length
LineLength:
  Max: 250

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sg-0.3.1 .rubocop.yml
sg-0.3.0 .rubocop.yml