Sha256: b52e5eb6d1bbf0925192bf0a397e86235ff3f21123aefbcc8c51786208b345f8

Contents?: true

Size: 419 Bytes

Versions: 5

Compression:

Stored size: 419 Bytes

Contents

inherit_gem:
  jekyll: .rubocop.yml

AllCops:
  TargetRubyVersion: 2.0
  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

5 entries across 5 versions & 2 rubygems

Version Path
jekyll-json-feed-1.0.0 .rubocop.yml
jekyll-feed-0.9.2 .rubocop.yml
jekyll-feed-0.9.1 .rubocop.yml
jekyll-feed-0.9.0 .rubocop.yml
jekyll-feed-0.8.0 .rubocop.yml