Sha256: 6a78b3060b68bf20e95e6a25954e9131f573c18c7a4e4852b8fb3a07bfeae74f

Contents?: true

Size: 445 Bytes

Versions: 2

Compression:

Stored size: 445 Bytes

Contents

require: rubocop-rspec

AllCops:
  TargetRubyVersion: 2.7
  NewCops: enable


Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'bootstrap4jekyll.gemspec'
    -
RSpec/NestedGroups:
  Max: 4

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

2 entries across 2 versions & 1 rubygems

Version Path
bootstrap4jekyll-1.0.1 .rubocop.yml
bootstrap4jekyll-1.0.1.pre .rubocop.yml