Bastien Roucariès pushed to branch master at lintian / lintian
Commits:
5ec24717 by Bastien Roucariès at 2025-05-01T19:21:46+02:00
Add libjs-jquery-validation as well known embded file
- - - - -
1 changed file:
- lib/Lintian/Check/Languages/Javascript/Embedded.pm
Changes:
=====================================
lib/Lintian/Check/Languages/Javascript/Embedded.pm
=====================================
@@ -68,6 +68,8 @@ my %JS_FILES = (
'libjs-jquery-treetable' => qr{(?i)/jquery\.treetable} . $JS_EXT,
'libjs-jquery-ui' => qr{(?i)/jquery[\.-](?:-[\d\.]+)?ui}
. $JS_EXT,
+ 'libjs-jquery-validation' => qr{(?i)/jquery[\.-](?:-[\d\.]+)?validate}
+ . $JS_EXT,
'libjs-mocha' => qr{(?i)/mocha} . $JS_EXT,
'libjs-mochikit' => qr{(?i)/mochikit} . $JS_EXT,
'libjs-mootools' =>
View it on GitLab:
https://salsa.debian.org/lintian/lintian/-/commit/5ec24717eaf097999c672fecdbe8d54b684614c2
--
View it on GitLab:
https://salsa.debian.org/lintian/lintian/-/commit/5ec24717eaf097999c672fecdbe8d54b684614c2
You're receiving this email because of your account on salsa.debian.org.