Tagged Questions
4
votes
4answers
535 views
How can we catch side comments using Perl::Tidy or Perl::Critic?
My department is currently settling on some general code best practices, which we would like to somewhat enforce, providing developers with Perl::Tidy and Perl::Critic configurations.
Now we are ...