Sha256: db7fe137565a4a3d75b88fc472ef5d0eb2b705fa0a75d12bdcdaa395ba978f34

Contents?: true

Size: 445 Bytes

Versions: 1

Compression:

Stored size: 445 Bytes

Contents

require: rubocop-rspec

AllCops:
  TargetRubyVersion: 2.7
  NewCops: enable

Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'

Layout/LineLength:
  Max: 122

Metrics/MethodLength:
  Max: 16


Metrics/ModuleLength:
   Enabled: false

Style/DocumentationMethod:
  Description: 'Public methods.'
  Enabled: true
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bootstrap4jekyll-0.0.0 .rubocop.yml