mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Treat Carthage path as vendored
This commit is contained in:
@@ -163,6 +163,9 @@
|
|||||||
|
|
||||||
## Obj-C ##
|
## Obj-C ##
|
||||||
|
|
||||||
|
# Carthage
|
||||||
|
- ^Carthage/
|
||||||
|
|
||||||
# Cocoapods
|
# Cocoapods
|
||||||
- ^Pods/
|
- ^Pods/
|
||||||
|
|
||||||
|
|||||||
@@ -422,6 +422,9 @@ class TestBlob < Minitest::Test
|
|||||||
# Normalize
|
# Normalize
|
||||||
assert sample_blob("some/asset/path/normalize.css").vendored?
|
assert sample_blob("some/asset/path/normalize.css").vendored?
|
||||||
|
|
||||||
|
# Carthage
|
||||||
|
assert sample_blob('Carthage/blah').vendored?
|
||||||
|
|
||||||
# Cocoapods
|
# Cocoapods
|
||||||
assert sample_blob('Pods/blah').vendored?
|
assert sample_blob('Pods/blah').vendored?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user