mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Vendor READMEs
This commit is contained in:
@@ -113,11 +113,13 @@
|
||||
# Samples folders
|
||||
- ^[Ss]amples/
|
||||
|
||||
# LICENSE and git config files
|
||||
# LICENSE, README, git config files
|
||||
- ^LICENSE$
|
||||
- gitattributes$
|
||||
- gitignore$
|
||||
- gitmodules$
|
||||
- ^README$
|
||||
- ^readme$
|
||||
|
||||
# Test fixtures
|
||||
- ^[Tt]est/fixtures/
|
||||
|
||||
@@ -204,7 +204,7 @@ class TestBlob < Test::Unit::TestCase
|
||||
end
|
||||
|
||||
def test_vendored
|
||||
assert !blob("Text/README").vendored?
|
||||
assert blob("Text/README").vendored?
|
||||
assert !blob("ext/extconf.rb").vendored?
|
||||
|
||||
# Node dependencies
|
||||
|
||||
Reference in New Issue
Block a user