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 c8ec3c7 commit dd0aa1dCopy full SHA for dd0aa1d
xt/trailing-whitespace.t
@@ -10,7 +10,6 @@ for qx<git ls-files>.lines -> $file {
10
next if $file ~~ / 'jquery'/;
11
next if $file ~~ / '.png' $/;
12
next if $file ~~ / '.ico' $/;
13
- next if $file eq 'html/js/levenshtein.js';
14
15
push @files, $file;
16
}
0 commit comments