Expand the file extensions we ignore.
This commit is contained in:
parent
c3e6c04af5
commit
88b970f5dc
|
@ -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
|
||||||
|
|
||||||
|
|
11
.rubocop.yml
11
.rubocop.yml
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue