From 6431637fd756249ec4c8fb21d44d981d2367962a Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Mon, 19 Nov 2018 22:33:18 +0530 Subject: [PATCH] Update excludes for CodeClimate Analyses (#7365) Merge pull request 7365 --- .codeclimate.yml | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index b86672f4..1d5d8236 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -6,29 +6,27 @@ engines: 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 + - Gemfile - LICENSE + - Rakefile + - benchmark/**/* - features/**/* - script/**/* + - exe/**/* - docs/**/* + - rake/**/* - spec/**/* - test/**/* - vendor/**/* + - lib/blank_template/**/* + - lib/site_template/**/* + - lib/theme_template/**/* + - lib/jekyll/mime.types - lib/jekyll/commands/serve/livereload_assets/livereload.js ratings: