https://github.com/jekyll/jekyll
Raw File
Tip revision: f46975a17233f8f435912082718eb1653c354dd5 authored by Kenton Hansen on 10 October 2016, 21:46:42 UTC
Changes to 'bundle exec jekyll serve'
Tip revision: f46975a
.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/**/*
  - site/**/*
  - spec/**/*
  - test/**/*
  - vendor/**/*

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