https://github.com/jekyll/jekyll
Raw File
Tip revision: 76feebd2d26cb4166d42ecffaab19ff38ad36494 authored by Parker Moore on 27 January 2017, 16:06:00 UTC
Release :gem: 3.4.0
Tip revision: 76feebd
.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