https://github.com/jekyll/jekyll
Raw File
Tip revision: 23be0d58b1c1d043a6c32b2b7cee535018ac6cf3 authored by Parker Moore on 19 May 2016, 04:21:02 UTC
Release :gem: 3.1.5
Tip revision: 23be0d5
.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