Skip to content

Centralize perl lint checks #16

Centralize perl lint checks

Centralize perl lint checks #16

Triggered via pull request November 13, 2023 12:11
Status Failure
Total duration 1m 6s
Artifacts

perl-lint-checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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