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
|
# Samples folders
|
||||||
- ^[Ss]amples/
|
- ^[Ss]amples/
|
||||||
|
|
||||||
# LICENSE and git config files
|
# LICENSE, README, git config files
|
||||||
- ^LICENSE$
|
- ^LICENSE$
|
||||||
- gitattributes$
|
- gitattributes$
|
||||||
- gitignore$
|
- gitignore$
|
||||||
- gitmodules$
|
- gitmodules$
|
||||||
|
- ^README$
|
||||||
|
- ^readme$
|
||||||
|
|
||||||
# Test fixtures
|
# Test fixtures
|
||||||
- ^[Tt]est/fixtures/
|
- ^[Tt]est/fixtures/
|
||||||
|
|||||||
@@ -204,7 +204,7 @@ class TestBlob < Test::Unit::TestCase
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_vendored
|
def test_vendored
|
||||||
assert !blob("Text/README").vendored?
|
assert blob("Text/README").vendored?
|
||||||
assert !blob("ext/extconf.rb").vendored?
|
assert !blob("ext/extconf.rb").vendored?
|
||||||
|
|
||||||
# Node dependencies
|
# Node dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user