Sha256: a01e36ea3e0558fecd7cdf3874325dc170387522ef1ce4fd1d27fe895e1834de

Contents?: true

Size: 550 Bytes

Versions: 3

Compression:

Stored size: 550 Bytes

Contents

# Reference here: https://github.com/bbatsov/rubocop/blob/master/config/enabled.yml

Metrics/LineLength:
  Description: 'Limit lines to 165 characters.'
  Enabled: true
  Max: 165

Metrics/MethodLength:
  Description: 'Try to avoid methods longer than 50 lines of code.'
  Enabled: true
  Max: 50

Metrics/ClassLength:
  Description: 'Try to avoid methods longer than 50 lines of code.'
  Enabled: true
  Max: 150

Style/Documentation:
  Description: 'Document classes and non-namespace modules.'
  Enabled: false

AllCops:
  Excludes:
    - 'bin/**'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
netsoul-0.3.0 .rubocop.yml
netsoul-0.2.0 .rubocop.yml
netsoul-0.1.0 .rubocop.yml