Centralize perl lint checks #16
perl-lint-checks.yml
on: pull_request
Perltidy
56s
Perlcritic
53s
Annotations
1 error and 4 warnings
Perlcritic
Process completed with exit code 2.
|
Missing strict or warnings - severity 4:
lib/OpenQA/Test/TimeLimit.pm#L1
[Community::StrictWarnings] The strict and warnings pragmas are important to avoid common pitfalls and deprecated/experimental functionality. Make sure each script or module contains "use strict; use warnings;" or a module that does this for you
|
Missing strict or warnings - severity 4:
lib/OpenQA/Test/TimeLimit.pm#L1
[Community::StrictWarnings] The strict and warnings pragmas are important to avoid common pitfalls and deprecated/experimental functionality. Make sure each script or module contains "use strict; use warnings;" or a module that does this for you
|
Code before strictures are enabled - severity 5:
lib/OpenQA/Test/TimeLimit.pm#L7
[TestingAndDebugging::RequireUseStrict] See page 429 of PBP
|
Code before strictures are enabled - severity 5:
lib/OpenQA/Test/PatchDeparse.pm#L12
[TestingAndDebugging::RequireUseStrict] See page 429 of PBP
|