Skip to content

Commit 50a64f5

Browse files
committed
Dont lint nytprof output files
1 parent bc6a61d commit 50a64f5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

t/lint.t

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ my $MAX_IMAGE_SIZE = 300_000;
1010
my @files = @ARGV ? @ARGV : File::Find::Rule->file->name('*.html')->in('.');
1111

1212
foreach my $file (@files) {
13-
next if $file =~ /^include/; # XXX bug
14-
next if $file =~ /^cover/; # skip coverage reports
13+
next if $file =~ /^(?:include|cover|nytprof)/;
1514
try {
1615
my @errors = html_is_bad($file);
1716

0 commit comments

Comments
 (0)