Sha256: 3d65562933f371ea4ce40d7efcb6433410720f5cf00873b1c65a982e62c82a9e

Contents?: true

Size: 421 Bytes

Versions: 2

Compression:

Stored size: 421 Bytes

Contents

AllCops:
  NewCops: enable
  Exclude:
    - 'pkg/*'
    - 'tmp/**/*'
    - 'vendor/**/*'
  TargetRubyVersion: 2.6
  DisplayCopNames: true

Style/ClassAndModuleChildren:
  Enabled: false

Style/Documentation:
  Enabled: false

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*_spec.rb'

Layout/LineLength:
  Max: 100
  Exclude:
    - '*.gemspec'

Naming/FileName:
  Enabled: true
  Exclude:
    - 'lib/middleman-robots.rb'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
middleman-robots-1.3.7 .rubocop.yml
middleman-robots-1.3.6 .rubocop.yml