Dial up severity for PerlCritic, also comment out in cpanfile as it's not necessary right now for a container build

This commit is contained in:
swagg boi 2023-05-06 03:02:11 -04:00
parent 723e8d6a71
commit 625843af53
2 changed files with 2 additions and 1 deletions

View file

@ -1 +1,2 @@
theme = community
severity = 5

View file

@ -4,7 +4,7 @@ requires 'Mojolicious::Plugin::TagHelpers::Pagination';
requires 'Mojolicious::Plugin::AssetPack';
requires 'Crypt::Passphrase::Argon2';
requires 'Crypt::Passphrase::Bcrypt'; # Needed for old passphrases
requires 'Perl::Critic::Community';
#requires 'Perl::Critic::Community';
requires 'Date::Format';
requires 'XML::RSS';
requires 'CSS::Minifier::XS';