Lines Matching refs:err
101 my @err = ();
105 push @err, "content: has tab";
112 push @err, "content: has mixed EOL types";
117 push @err, "content: must use CRLF EOL for this file type";
123 push @err, "content: must use LF EOL for this file type";
128 push @err, "content: has line-ending whitespace";
134 push @err, "content: has no EOL at EOF";
139 push @err, "content: has multiple EOL at EOF";
142 if (@err) {
144 foreach my $err (@err) {
145 print "$filename: $err\n";