Sha256: f65ad4f794958655588f0adc5be64f08ae43e033a19579521f707f7295727ba1

Contents?: true

Size: 335 Bytes

Versions: 4

Compression:

Stored size: 335 Bytes

Contents

require: rubocop-bridgetown

inherit_gem:
  rubocop-bridgetown: .rubocop.yml

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

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

    - Gemfile.lock
    - History.markdown
    - LICENSE.txt
    - README.md

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bridgetown-feed-2.1.0 .rubocop.yml
bridgetown-feed-2.0.1 .rubocop.yml
bridgetown-feed-2.0.0 .rubocop.yml
bridgetown-feed-1.1.3 .rubocop.yml