Silence Perl::Critic warning.

This commit is contained in:
Dianne Skoll
2023-02-07 13:45:38 -05:00
parent 569e315306
commit a55c5580f3

View File

@@ -687,7 +687,7 @@ if ($Options{help}) {
exit(0);
}
if (-t STDIN) {
if (-t STDIN) { ## no critic
print STDERR "$TIDY_PROGNAME: Input should not come from a terminal.\n\n";
usage(1);
}