Sha256: 934f0aa88d588ba747911248b8f3fb215980dcda0051f85b1f6bb4c7b4e875de

Contents?: true

Size: 334 Bytes

Versions: 5

Compression:

Stored size: 334 Bytes

Contents

require: rubocop-bridgetown

inherit_gem:
  rubocop-bridgetown: .rubocop.yml

AllCops:
  TargetRubyVersion: 2.5

  Exclude:
    - .gitignore
    - .rubocop.yml
    - "*.gemspec"

    - Gemfile.lock
    - CHANGELOG.md
    - LICENSE.txt
    - README.md
    - Rakefile
    - bridgetown.automation.rb

    - script/**/*
    - vendor/**/*

Version data entries

5 entries across 5 versions & 3 rubygems

Version Path
bridgetown-docs-template-0.1.1 .rubocop.yml
bridgetown_notion-0.2.0 .rubocop.yml
bridgetown_notion-0.1.0 .rubocop.yml
bridgetown-docs-template-0.1.0 .rubocop.yml
bridgetown-rougify-0.1.0 .rubocop.yml