Andy Lester

Results 496 comments of Andy Lester

> So either the pre-commit hook config would have to reside here, or my repo would have to have the Dockerfile. Isn't the pre-commit hook config something that's user-specific? That...

Looks like problem #1 with doing an image is that Docker images need to be all lowercase and we would have to change the organization and project name. I'm not...

Thanks for that. I'll try it out. If it really is just going to be as simple as "start this workflow", then maybe an official container would be a good...

I've synced up dev to the docker branch. I still need to look at the Docker file and try it out.

No, I just need to do it. :-( I'd really like to make a container out of it, too. It would be good for folks to not have to install...

The same comment appears in lib/Perl/Critic/Policy/Variables/ProhibitEvilVariables.pm as well.

Removed dependency on Test::Deep. 39651c625

Now it's failing because it's trying to install the current Perl::Critic which it can't because the current Perl::Critic still requires Test::Deep. Looks like I'll have to make a release just...

I uploaded 1.148 to PAUSE. When it's uploaded and recognized, it should fix this problem. (I hope)

Conversely, I often see things like this. if ( $condition ) { $x{foo} = 12; $x{bar} = 'Manager'; $x{bat} = 'Louisville Slugger'; } and it would be nice to have...