[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][lintian/lintian][master] Perltidy



Title: GitLab

Bastien Roucariès pushed to branch master at lintian / lintian

Commits:

  • 6ed4ea6c
    by Bastien Roucariès at 2025-05-01T22:29:21+02:00
    Perltidy
    

1 changed file:

Changes:

  • lib/Lintian/Check/Languages/_javascript_/Embedded.pm
    ... ... @@ -68,8 +68,8 @@ my %JS_FILES = (
    68 68
         'libjs-jquery-treetable'       => qr{(?i)/jquery\.treetable} . $JS_EXT,
    
    69 69
         'libjs-jquery-ui'              => qr{(?i)/jquery[\.-](?:-[\d\.]+)?ui}
    
    70 70
           . $JS_EXT,
    
    71
    -    'libjs-jquery-validation'      => qr{(?i)/jquery[\.-](?:-[\d\.]+)?validate}
    
    72
    -      . $JS_EXT,
    
    71
    +    'libjs-jquery-validation'      =>
    
    72
    +      qr{(?i)/jquery[\.-](?:-[\d\.]+)?validate}. $JS_EXT,
    
    73 73
         'libjs-mocha'                  => qr{(?i)/mocha} . $JS_EXT,
    
    74 74
         'libjs-mochikit'               => qr{(?i)/mochikit} . $JS_EXT,
    
    75 75
         'libjs-mootools'               =>
    


  • Reply to: