Update excludes for CodeClimate Analyses (#7365)

Merge pull request 7365
This commit is contained in:
Ashwin Maroli 2018-11-19 22:33:18 +05:30 committed by jekyllbot
parent 6c5bb7cce1
commit 6431637fd7
1 changed files with 11 additions and 13 deletions

View File

@ -6,29 +6,27 @@ engines:
channel: rubocop-0-54 channel: rubocop-0-54
exclude_paths: exclude_paths:
- .codeclimate.yml - "*.*"
- .gitignore - ".*"
- .rspec
- .rubocop.yml
- .travis.yml
- Gemfile.lock - Gemfile
- 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 - LICENSE
- Rakefile
- benchmark/**/*
- features/**/* - features/**/*
- script/**/* - script/**/*
- exe/**/*
- docs/**/* - docs/**/*
- rake/**/*
- spec/**/* - spec/**/*
- test/**/* - test/**/*
- vendor/**/* - vendor/**/*
- lib/blank_template/**/*
- lib/site_template/**/*
- lib/theme_template/**/*
- lib/jekyll/mime.types
- lib/jekyll/commands/serve/livereload_assets/livereload.js - lib/jekyll/commands/serve/livereload_assets/livereload.js
ratings: ratings: