Sha256: fc14653a24ede0bbb5793f18c96b12ef5cb0bf0018d24b002ee8c5e9acd58c8a

Contents?: true

Size: 359 Bytes

Versions: 2

Compression:

Stored size: 359 Bytes

Contents

require: rubocop-bridgetown

inherit_gem:
  rubocop-bridgetown: .rubocop.yml

AllCops:
  TargetRubyVersion: 3.1

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

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

    - script/**/*
    - test/fixtures/**/*
    - vendor/**/*

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
authtown-0.2.0 .rubocop.yml
authtown-0.1.0 .rubocop.yml