Sha256: f431d9ba9e97b511cce08b79bb54f080d542d090df718fd6c7a86b3129f9405b

Contents?: true

Size: 419 Bytes

Versions: 1

Compression:

Stored size: 419 Bytes

Contents

inherit_gem:
  jekyll: .rubocop.yml

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

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

    - Gemfile.lock
    - CHANGELOG.md
    - readme.md
    - README.md
    - Readme.md
    - ReadMe.md
    - COPYING
    - LICENSE

    - test/**/*
    - vendor/**/*
    - features/**/*
    - script/**/*
    - spec/**/*

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-feed-0.9.3 .rubocop.yml