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