Sha256: 2ee066ae5e97788f3e80965c036a2e8e42d5086f3f407b7771b486bb3a1b70bb

Contents?: true

Size: 419 Bytes

Versions: 7

Compression:

Stored size: 419 Bytes

Contents

inherit_gem:
  jekyll: .rubocop.yml

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

7 entries across 7 versions & 2 rubygems

Version Path
jekyll-feed-0.7.2 .rubocop.yml
jekyll-feed-0.7.1 .rubocop.yml
jekyll-feed-0.7.0 .rubocop.yml
jekyll-feed-0.6.0 .rubocop.yml
jekyll-author-0.1.0 .rubocop.yml
jekyll-feed-0.5.1 .rubocop.yml
jekyll-feed-0.5.0 .rubocop.yml