https://github.com/jekyll/jekyll
Revision c9e027fd9ae3e889a429214df5621b1e702376d6 authored by Parker Moore on 16 February 2016, 04:51:04 UTC, committed by Parker Moore on 16 February 2016, 04:51:04 UTC
2 parent s 4d648c8 + 4cb7079
Raw File
Tip revision: c9e027fd9ae3e889a429214df5621b1e702376d6 authored by Parker Moore on 16 February 2016, 04:51:04 UTC
Merge pull request #4526 from toshimaru/jekyll-tagging-related_posts
Tip revision: c9e027f
.codeclimate.yml
engines:
  rubocop: { enabled: true  }
  fixme:   { enabled: false }
exclude_paths:
- .rubocop.yml
- .codeclimate.yml
- .travis.yml
- .gitignore
- .rspec

- Gemfile.lock
- CHANGELOG.{md,markdown,txt,textile}
- CONTRIBUTING.{md,markdown,txt,textile}
- readme.{md,markdown,txt,textile}
- README.{md,markdown,txt,textile}
- Readme.{md,markdown,txt,textile}
- ReadMe.{md,markdown,txt,textile}
- COPYING
- LICENSE

- site/**/*
- test/**/*
- vendor/**/*
- features/**/*
- script/**/*
- spec/**/*
ratings:
  paths:
  - lib/**/*.rb
back to top