We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e50d68 commit 06afd8dCopy full SHA for 06afd8d
1 file changed
bin/check_all.pl
@@ -78,6 +78,6 @@
78
$message = colored(['red'], $message) if $fail || !$ok;
79
diag $message;
80
}
81
-diag $_ for @errors;
+diag colored([/# TODO/ ? 'yellow' : 'red'], $_) for @errors;
82
83
system('docker system prune -f');
0 commit comments