in reply to Re: Go to perl::critic (updated)
in thread Go to perl::critic

Hi

Does that leave a way out for with comment "## nocritic" or some such (whatever the standard)?

Or is that something you gotta add

Replies are listed 'Best First'.
Re^3: Go to perl::critic
by haukex (Archbishop) on Oct 07, 2019 at 08:59 UTC
    Does that leave a way out for with comment "## nocritic" or some such

    Yes, it's a normal Perl::Critic policy, so the line "goto FOO; ## no critic (ProhibitGotoLabel)" won't warn.

Re^3: Go to perl::critic (## no critic)
by Anonymous Monk on Oct 06, 2019 at 23:38 UTC