add additonal perl critic themes/modules (#4779)

This commit is contained in:
Stephen Abbene 2023-10-25 14:00:32 -07:00 committed by GitHub
parent 0fa5ab04c5
commit d22f2dbe1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,7 +105,7 @@ RUN npm install && chown -R "$(id -u)":"$(id -g)" node_modules && bundle install
##############################
# Installs Perl dependencies #
##############################
RUN curl --retry 5 --retry-delay 5 -sL https://cpanmin.us/ | perl - -nq --no-wget Perl::Critic Perl::Critic::Community
RUN curl --retry 5 --retry-delay 5 -sL https://cpanmin.us/ | perl - -nq --no-wget Perl::Critic Perl::Critic::Community Perl::Critic::More Perl::Critic::Bangs Perl::Critic::Lax Perl::Critic::StricterSubs Perl::Critic::Swift Perl::Critic::Tics
######################
# Install shellcheck #