From 88b970f5dca089d2db207706217d2749cd43c798 Mon Sep 17 00:00:00 2001 From: Jordon Bedwell Date: Sun, 10 Jan 2016 10:45:52 -0600 Subject: [PATCH] Expand the file extensions we ignore. --- .codeclimate.yml | 11 ++++++----- .rubocop.yml | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 9a8cac63..6e860b75 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -9,11 +9,12 @@ exclude_paths: - .rspec - Gemfile.lock -- CHANGELOG.md -- readme.md -- README.md -- Readme.md -- ReadMe.md +- 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 diff --git a/.rubocop.yml b/.rubocop.yml index 31c2df3d..1f0ffeb2 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -63,11 +63,12 @@ AllCops: - .rspec - Gemfile.lock - - CHANGELOG.md - - readme.md - - README.md - - Readme.md - - ReadMe.md + - 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