Expand the file extensions we ignore.

This commit is contained in:
Jordon Bedwell 2016-01-10 10:45:52 -06:00
parent c3e6c04af5
commit 88b970f5dc
2 changed files with 12 additions and 10 deletions

View File

@ -9,11 +9,12 @@ exclude_paths:
- .rspec - .rspec
- Gemfile.lock - Gemfile.lock
- CHANGELOG.md - CHANGELOG.{md,markdown,txt,textile}
- readme.md - CONTRIBUTING.{md,markdown,txt,textile}
- README.md - readme.{md,markdown,txt,textile}
- Readme.md - README.{md,markdown,txt,textile}
- ReadMe.md - Readme.{md,markdown,txt,textile}
- ReadMe.{md,markdown,txt,textile}
- COPYING - COPYING
- LICENSE - LICENSE

View File

@ -63,11 +63,12 @@ AllCops:
- .rspec - .rspec
- Gemfile.lock - Gemfile.lock
- CHANGELOG.md - CHANGELOG.{md,markdown,txt,textile}
- readme.md - CONTRIBUTING.{md,markdown,txt,textile}
- README.md - readme.{md,markdown,txt,textile}
- Readme.md - README.{md,markdown,txt,textile}
- ReadMe.md - Readme.{md,markdown,txt,textile}
- ReadMe.{md,markdown,txt,textile}
- COPYING - COPYING
- LICENSE - LICENSE