mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 02:23:39 -05:00
add additonal perl critic themes/modules (#4779)
This commit is contained in:
parent
0fa5ab04c5
commit
d22f2dbe1e
1 changed files with 1 additions and 1 deletions
|
@ -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 #
|
||||
|
|
Loading…
Reference in a new issue