Sha256: 2dbf3e713e1515bbe2181a8d897a32314c699f81f7c620d39f70e050a8589d17

Contents?: true

Size: 299 Bytes

Versions: 2

Compression:

Stored size: 299 Bytes

Contents

require: rubocop-bridgetown

inherit_gem:
  rubocop-bridgetown: .rubocop.yml

AllCops:
  TargetRubyVersion: 2.5
  Include:
    - lib/**/*.rb

  Exclude:
    - .gitignore
    - .rubocop.yml

    - Gemfile.lock
    - CHANGELOG.md
    - LICENSE.txt
    - README.md

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bridgetown-mdjs-1.0.1 .rubocop.yml
bridgetown-mdjs-1.0.0 .rubocop.yml