Sha256: d30c1d1797b027a45898307b9e661749e43c774c6a64495a7d69535ec4876bbf

Contents?: true

Size: 555 Bytes

Versions: 6

Compression:

Stored size: 555 Bytes

Contents

# Exclude unimportant files
require:
  - rubocop-minitest
  - rubocop-rake

AllCops:
  NewCops: enable
  Include:
    - 'lib/**/*.rb'
    - 'test/**/*.rb'
    - 'Gemfile'
    - 'Rakefile'
    - '*.gemspec'

  Exclude:
    - '**/.bundle/*'
    - '**/.git/*'
    - '**/.github/*'
    - '**/bin/**/*'
    - '**/coverage/**/*'
    - '**/docs/**/*'
    - '**/imagemagick/*'
    - '**/pkg/**/*'
    - '**/vendor/**/*'

Layout/LineLength:
  Max: 80

# Disabled Cops
Style/FrozenStringLiteralComment:
  Enabled: false

Style/StringConcatenation:
  Enabled: false

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jekyll_picture_tag-2.0.4 .rubocop.yml
jekyll_picture_tag-2.0.3 .rubocop.yml
jekyll_picture_tag-2.0.2 .rubocop.yml
jekyll_picture_tag-2.0.1 .rubocop.yml
jekyll_picture_tag-2.0.0 .rubocop.yml
jekyll_picture_tag-2.0.0pre1 .rubocop.yml