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 a143d8f commit 6c15aceCopy full SHA for 6c15ace
t/html.t
@@ -8,9 +8,7 @@ use File::Find ();
8
use Path::Tiny qw( path );
9
10
# files that have inline <script> tags
11
-my %skip = map { $_ => 1 } (
12
- 'root/about/contributors.tx', 'root/account/profile.tx', 'root/base.tx',
13
-);
+my %skip = map { $_ => 1 } ();
14
15
File::Find::find(
16
{
0 commit comments