https://github.com/jekyll/jekyll
Raw File
Tip revision: 00285f7b9ae8652df69a8cc1ad052f424a1994bb authored by Parker Moore on 18 January 2016, 23:39:56 UTC
Release :gem: 3.1.0.pre.rc2
Tip revision: 00285f7
.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