Subject: | CodeLayout::RequireConsistentNewlines omits filename |
The policy CodeLayout::RequireConsistentNewlines doesn't report the
filename that was being checked. For example,
% perlcritic --verbose "%f:%l:%c:%m [%p] (%e)\n" some_file
:15:12:Use the same newline through the source
[CodeLayout::RequireConsistentNewlines] (Change your newlines to be the
same throughout)
I guess this is somehow related to the policy not using PPI. But it
should still print the name of the file for %f.