Fix Perl::Critic warnings in server.pl
This commit is contained in:
parent
fd9d45668b
commit
7681876e10
2 changed files with 2 additions and 3 deletions
|
@ -34,9 +34,7 @@ ij_css_use_double_quotes = true
|
|||
ij_css_value_alignment = do_not_align
|
||||
|
||||
[{*.pl,*.pm}]
|
||||
indent_size = 2
|
||||
tab_width = 2
|
||||
ij_continuation_indent_size = 2
|
||||
ij_continuation_indent_size = 4
|
||||
ij_perl5_align_attributes = false
|
||||
ij_perl5_align_comments_on_consequent_lines = true
|
||||
ij_perl5_align_consecutive_assignments = 0
|
||||
|
|
|
@ -7,6 +7,7 @@ RUN apt-get update \
|
|||
libdevice-serialport-perl \
|
||||
libdigest-sha-perl \
|
||||
libfile-counterfile-perl \
|
||||
libreadonly-perl \
|
||||
openssl \
|
||||
perl \
|
||||
socat \
|
||||
|
|
Loading…
Reference in a new issue