mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Add jQuery validation plugin to the exclusions
This commit is contained in:
@@ -79,6 +79,9 @@
|
|||||||
# Visual Studio IntelliSense
|
# Visual Studio IntelliSense
|
||||||
- -vsdoc\.js$
|
- -vsdoc\.js$
|
||||||
|
|
||||||
|
# jQuery validation plugin (MS bundles this with asp.net mvc)
|
||||||
|
- (^|/)jquery([^.]*)\.validate(\.min)?\.js$
|
||||||
|
|
||||||
# Microsoft Ajax
|
# Microsoft Ajax
|
||||||
- (^|/)[Mm]icrosoft([Mm]vc)?([Aa]jax|[Vv]alidation)(\.debug)?\.js$
|
- (^|/)[Mm]icrosoft([Mm]vc)?([Aa]jax|[Vv]alidation)(\.debug)?\.js$
|
||||||
|
|
||||||
|
|||||||
@@ -253,6 +253,10 @@ class TestBlob < Test::Unit::TestCase
|
|||||||
assert blob("Scripts/MicrosoftMvcValidation.debug.js").vendored?
|
assert blob("Scripts/MicrosoftMvcValidation.debug.js").vendored?
|
||||||
assert blob("Scripts/MicrosoftMvcValidation.js").vendored?
|
assert blob("Scripts/MicrosoftMvcValidation.js").vendored?
|
||||||
|
|
||||||
|
|
||||||
|
# jQuery validation plugin (MS bundles this with asp.net mvc)
|
||||||
|
assert blob("Scripts/jquery.validate.js").vendored?
|
||||||
|
|
||||||
# NuGet Packages
|
# NuGet Packages
|
||||||
assert blob("packages/Modernizr.2.0.6/Content/Scripts/modernizr-2.0.6-development-only.js").vendored?
|
assert blob("packages/Modernizr.2.0.6/Content/Scripts/modernizr-2.0.6-development-only.js").vendored?
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user