Skip to content

Commit 2527cba

Browse files
committed
Updated hooks to ignore errors from Build folder
1 parent 2166a5d commit 2527cba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hooks/check-style

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ open(my $fh, '<:encoding(UTF-8)', $filename)
3030

3131
while (my $row = <$fh>) {
3232
chomp $row;
33-
if (!($row =~ /^(?:Done|Total)|#ifndef header guard has wrong style|#endif line should be/)) {
33+
if (!($row =~ /^(?:Done|Total|build)|#ifndef header guard has wrong style|#endif line should be/)) {
3434
push(@errors, $row);
3535
}
3636
}

0 commit comments

Comments
 (0)