We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f980235 commit f4ce5a2Copy full SHA for f4ce5a2
1 file changed
helper.pl
@@ -366,7 +366,7 @@ sub die_usage {
366
$failure ||= check_source() if $check_all || $check_source;
367
$failure ||= check_defines() if $check_all || $check_defines;
368
$failure ||= check_descriptors() if $check_all || $check_descriptors;
369
-$failure ||= check_comments() if $check_comments; #XXX-FIXME not included in "--check-all"
+$failure ||= check_comments() if $check_all || $check_comments;
370
$failure ||= process_makefiles(0) if $check_all || $check_makefiles;
371
$failure ||= process_makefiles(1) if $update_makefiles;
372
0 commit comments