Andy Lester

Results 497 comments of Andy Lester

You can certainly change the format of the perlcritic output using the `--verbose` option. Maybe someone has done a plugin that uses that.

I don't know anything more than what I've said. If you find anything out, please let us know so that we know and can possibly put it in the docs.

I don't know. I don't know anything about VSCode.

@sigzero Is that bullet list you posted sufficient to be add to the docs somewhere? That could be very helpful to someone. If so, I'll try to figure where I...

I don't know, I haven't even looked yet. If you have some spare time and could find where it should go, and properly PODify it and make a PR, that...

Is this still something you'd find useful? Where would you use it?

This does seem to be a problem with PPI. ``` $ cd ~/Perl-Critic $ cat foo.pl use utf8; my %x = (Привет => 1); my($key) = keys %x; die unless...

You're saying it's a false positive because the result of `stat($_)` is then used as an object and therefore the `$_` can't be optional? Or is there some other reason,...

Sure, it makes sense. I'm just making sure we're clear on what the problem is. There might be a problem there that you see that I don't.

> and all else follows, sadly. Please elaborate.