Skip to content

Commit f4ce5a2

Browse files
committed
helper.pl - enable check_comments for --check-all
1 parent f980235 commit f4ce5a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helper.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ sub die_usage {
366366
$failure ||= check_source() if $check_all || $check_source;
367367
$failure ||= check_defines() if $check_all || $check_defines;
368368
$failure ||= check_descriptors() if $check_all || $check_descriptors;
369-
$failure ||= check_comments() if $check_comments; #XXX-FIXME not included in "--check-all"
369+
$failure ||= check_comments() if $check_all || $check_comments;
370370
$failure ||= process_makefiles(0) if $check_all || $check_makefiles;
371371
$failure ||= process_makefiles(1) if $update_makefiles;
372372

0 commit comments

Comments
 (0)