Skip to content

Commit 6c15ace

Browse files
committed
remove exceptions from script tag checker that are no longer needed
All inline scripts have been removed, so we no longer need the exceptions.
1 parent a143d8f commit 6c15ace

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

t/html.t

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ use File::Find ();
88
use Path::Tiny qw( path );
99

1010
# files that have inline <script> tags
11-
my %skip = map { $_ => 1 } (
12-
'root/about/contributors.tx', 'root/account/profile.tx', 'root/base.tx',
13-
);
11+
my %skip = map { $_ => 1 } ();
1412

1513
File::Find::find(
1614
{

0 commit comments

Comments
 (0)