We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614b727 commit 68d6ba8Copy full SHA for 68d6ba8
lib/linguist/vendor.yml
@@ -392,5 +392,5 @@
392
# teamcity CI configuration
393
- (^|/)\.teamcity/
394
395
-# VBAX dependencies
+# XVBA dependencies
396
- (^|/)xvba_modules/
test/test_file_blob.rb
@@ -594,6 +594,9 @@ def test_vendored
594
assert sample_blob(".teamcity/Project_Name_CI/Project.kt").vendored?
595
assert sample_blob(".teamcity/Project_Name_CI/settings.kts").vendored?
596
assert sample_blob(".teamcity/Project_Name_CI/patches/projects/3b71d400-c5d6-4628-8164-c50b1254cf1d.kts").vendored?
597
+
598
+ # XVBA dependencies
599
+ assert sample_blob("xvba_modules/excel-types/err.d.vb").vendored?
600
end
601
602
def test_documentation
0 commit comments