-
Tried to install it manually, and lost a whole day to make Perl::Critic work but nope. It works in vscode out of the box, but not in ST4. Sigh.
-
Perl-Critic-1.126
To reproduce:
echo 'print "$user'\''s crontab is missing!\n"' | perlcritic -s Perl::Critic::Policy::Variables::ProhibitPerl4PackageNames -
expect:
[2] Variables::…
daxim updated
7 years ago
-
A `while` loop should probably be handled like a `for` loop, that is, `next`/`last`/`redo` should be allowed here. Currently this is causing a violation. Sample script:
```
#!/usr/bin/perl
use st…
-
The test suite fails on some of my smokers:
```
...
# Failed test 'Listing format matches expected pattern'
# at t/12_policy_listing.t line 40.
# '3 Plicease::ProhibitLeadin…
-
This workflow fails:
https://github.com/Perl-Critic/Perl-Critic/actions/runs/3863638510
```
2023-01-07T19:47:30,66| Installation failed. The direct cause of the failure comes from the following…
-
RT Ticket: http://rt.cpan.org/Ticket/Display.html?id=88473
Requested On: Fri Sep 06 12:50:20 2013
Requested By: dan.p.mcgee@gmail.com
---
Perl::Critic 1.118 (as distributed as libperl-critic-perl wi…
-
The information in the PerlCritic rules in SonarQube is a single line but the information on http://search.cpan.org/~elliotjs/Perl-Critic-1.116/ is very thorough. It would be great if you could add th…
-
RequireLineBoundaryWarning needs warnings ( at least in the document ) about its usage implying a backwards compatibility problem in conjunction with
``` perl
my $value = qr/ expression /m;
sub fo…
-
With recent changes to the handling of $@ in the perl core, is the policy RequireCheckingReturnValueOfEval still needed? It accounts for a disproportionate share of bug reports against Perl::Critic s…
-
I am moving into the Trac system [http://rt.perl.org/rt3/Ticket/Display.html?id=38262 RT 38262], originally created by Jerry Gay in January 2006.
Since that time various interpretations of what the t…