Revision a9a77ee7e5052100b177dade97e7c5e3e34d8751 authored by Christian Oliff on 26 February 2018, 09:53:02 UTC, committed by jekyllbot on 26 February 2018, 09:53:02 UTC
1 parent dc8a0ee
Raw File
.codeclimate.yml
engines:
  fixme:
    enabled: false
  rubocop:
    enabled: true
    channel: rubocop-0-49

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