https://github.com/jekyll/jekyll
Raw File
Tip revision: 848bd4edcc5152814a80a77c48cdf18fbd6d7bf0 authored by Parker Moore on 17 July 2017, 17:14:00 UTC
Release :gem: 3.5.1
Tip revision: 848bd4e
.codeclimate.yml
engines:
  fixme:
    enabled: false
  rubocop:
    enabled: true

exclude_paths:
  - .codeclimate.yml
  - .gitignore
  - .rspec
  - .rubocop.yml
  - .travis.yml

  - 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

  - features/**/*
  - script/**/*
  - docs/**/*
  - spec/**/*
  - test/**/*
  - vendor/**/*

ratings:
  paths:
    - lib/**/*.rb
back to top