Sha256: be217208de61af00fb2039004fb1a6e7ad8901831f3b392fc515fec85b7b7c87

Contents?: true

Size: 553 Bytes

Versions: 19

Compression:

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

19 entries across 19 versions & 1 rubygems

Version Path
netsoul-2.3.0 .rubocop.yml
netsoul-2.2.1 .rubocop.yml
netsoul-2.2.0 .rubocop.yml
netsoul-2.1.0 .rubocop.yml
netsoul-2.0.0 .rubocop.yml
netsoul-1.9.3 .rubocop.yml
netsoul-1.9.2 .rubocop.yml
netsoul-1.9.1 .rubocop.yml
netsoul-1.9.0 .rubocop.yml
netsoul-1.8.0 .rubocop.yml
netsoul-1.7.0 .rubocop.yml
netsoul-1.6.0 .rubocop.yml
netsoul-1.5.0 .rubocop.yml
netsoul-1.4.0 .rubocop.yml
netsoul-1.3.0 .rubocop.yml
netsoul-1.2.0 .rubocop.yml
netsoul-1.1.0 .rubocop.yml
netsoul-0.5.0 .rubocop.yml
netsoul-0.4.0 .rubocop.yml