https://github.com/jekyll/jekyll
Raw File
Tip revision: b87eb8f6125254e550a93a238afdb76b29f29b62 authored by Mike Neumegen on 05 November 2018, 16:48:30 UTC
fix conflicts
Tip revision: b87eb8f
.codeclimate.yml
engines:
  fixme:
    enabled: false
  rubocop:
    enabled: true
    channel: rubocop-0-54

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/**/*

  - lib/jekyll/commands/serve/livereload_assets/livereload.js

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