Sha256: 43f433a95296902915b975a7c5285ae9b7176dbc26d47783912638d73bc96507

Contents?: true

Size: 552 Bytes

Versions: 15

Compression:

Stored size: 552 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:
  Exclude:
    - 'bin/**/*'

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
netsoul-2.5.1 .rubocop.yml
netsoul-2.5.0 .rubocop.yml
netsoul-2.4.5 .rubocop.yml
netsoul-2.4.4 .rubocop.yml
netsoul-2.4.3 .rubocop.yml
netsoul-2.4.2 .rubocop.yml
netsoul-2.4.1 .rubocop.yml
netsoul-2.3.8 .rubocop.yml
netsoul-2.3.7 .rubocop.yml
netsoul-2.3.6 .rubocop.yml
netsoul-2.3.5 .rubocop.yml
netsoul-2.3.4 .rubocop.yml
netsoul-2.3.3 .rubocop.yml
netsoul-2.3.2 .rubocop.yml
netsoul-2.3.1 .rubocop.yml