Sha256: 33d7d57f03e9416e9067be4855c4cabc75b30e8b4c5a0c25da4ad187bfa8d9e5

Contents?: true

Size: 382 Bytes

Versions: 2

Compression:

Stored size: 382 Bytes

Contents

require: rubocop-bridgetown

inherit_gem:
  rubocop-bridgetown: .rubocop.yml

AllCops:
  TargetRubyVersion: 2.7

  Exclude:
    - .gitignore
    - .rspec
    - .rubocop.yml

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

    - example/**/*
    - script/**/*
    - vendor/**/*
    - spec/**/*

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bulmatown-1.2.3 .rubocop.yml
bulmatown-1.2.2 .rubocop.yml