Actions
action #179975
opencoordination #127031: [saga][epic] openQA for SUSE customers
coordination #168127: [epic] Up-to-date Perl stack
perlcritic openQA - Check more than just lib/ and use Perl::Critic::TooMuchCode
Description
Motivation¶
We use a common code style for all our perl code.
TooMuchCode::ProhibitUnusedImport can check for unused module imports.
It also has ProhibitExtraStricture which seems better than our own implementation.
Acceptance criteria¶
- AC1: openQA perlcritic checks cover all directories with perl code
- AC2: We use the policies from
Perl::Critic::TooMuchCode
- AC3: Superfluous implementations in os-autoinst-common are removed
Suggestions¶
- perl-Perl-Critic-TooMuchCode is currently being submitted to factory: https://build.opensuse.org/requests/1266850 It might have to be submitted to Leap additionally.
Updated by tinita 22 days ago
- Copied from action #155191: Unify GitHub Actions for QA Projects - perlcritic in os-autoinst added
Actions