We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8485e commit 1eec20dCopy full SHA for 1eec20d
lib/Test/Code/TidyAll.pm
@@ -23,7 +23,7 @@ sub tidyall_ok {
23
$conf_file = Code::TidyAll->find_conf_file( \@conf_names, "." );
24
}
25
$options{quiet} = 1 unless $options{verbose};
26
- diag("Using $conf_file for config")
+ $test->diag("Using $conf_file for config")
27
if $options{verbose};
28
my $ct = Code::TidyAll->new_from_conf_file(
29
$conf_file,
0 commit comments