Sha256: d6388eac431934269382678a6787b6e8e099e3414cff98053fbaed3c34e228f0

Contents?: true

Size: 294 Bytes

Versions: 2

Compression:

Stored size: 294 Bytes

Contents

inherit_from: .rubocop_todo.yml

require: rubocop-jekyll
inherit_gem:
  rubocop-jekyll: .rubocop.yml

AllCops:
  TargetRubyVersion: 2.4
  Exclude:
    - vendor/**/*

Layout/LineLength:
  Exclude:
    - spec/**/*
    - bridgetown-seo-tag.gemspec

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bridgetown-seo-tag-3.0.4 .rubocop.yml
bridgetown-seo-tag-3.0.3 .rubocop.yml