Sha256: 22e948c48df1a2a537fe68a6c9dcf9bbef674170c330b8ed65553aaa8afec6dd

Contents?: true

Size: 293 Bytes

Versions: 3

Compression:

Stored size: 293 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

Layout/BlockLength:
  Exclude:
    - spec/**/*

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bridgetown-seo-tag-3.0.2 .rubocop.yml
bridgetown-seo-tag-3.0.1 .rubocop.yml
bridgetown-seo-tag-3.0.0 .rubocop.yml