Update excludes for CodeClimate Analyses (#7365)
Merge pull request 7365
This commit is contained in:
parent
6c5bb7cce1
commit
6431637fd7
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue