Skip to content

Commit

Permalink
TEST: Exclude all Makefiles from whitespace test
Browse files Browse the repository at this point in the history
  • Loading branch information
namsic authored and jhpark816 committed Nov 16, 2023
1 parent 7aa5843 commit c0ba276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/whitespace.t
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ BEGIN {

my @exempted = qw(Makefile.am win32/Makefile.mingw m4/c99-backport.m4);
push(@exempted, glob("*/Makefile.am"));
push(@exempted, glob("Makefile.docker"));
push(@exempted, glob("Makefile.*"));
push(@exempted, glob("ChangeLog*"));
push(@exempted, glob("README.md*"));
push(@exempted, glob("CONTRIBUTING.md*"));
Expand Down

0 comments on commit c0ba276

Please sign in to comment.