Skip to content

Use perlcritic wrapper and plugins from common repo #3

Use perlcritic wrapper and plugins from common repo

Use perlcritic wrapper and plugins from common repo #3

Triggered via pull request August 12, 2024 11:32
Status Failure
Total duration 44s
Artifacts

perl-critic.yml

on: pull_request
Perlcritic
33s
Perlcritic
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Perlcritic
Process completed with exit code 2.
Hash key with quotes - severity 5: lib/OpenQA/WebAPI.pm#L378
[HashKeyQuotes] Avoid useless quotes for key "apiv1_worker"
Hash key with quotes - severity 5: lib/OpenQA/Command.pm#L104
[HashKeyQuotes] Avoid useless quotes for key "o3"
Hash key with quotes - severity 5: lib/OpenQA/Command.pm#L105
[HashKeyQuotes] Avoid useless quotes for key "osd"
Hash key with quotes - severity 5: lib/OpenQA/Client/Archive.pm#L49
[HashKeyQuotes] Avoid useless quotes for key "md5_dirname"
Hash key with quotes - severity 5: lib/OpenQA/Client/Archive.pm#L49
[HashKeyQuotes] Avoid useless quotes for key "md5_1"
Hash key with quotes - severity 5: lib/OpenQA/Client/Archive.pm#L49
[HashKeyQuotes] Avoid useless quotes for key "md5_2"
Inconsistent sub declaration - severity 5: lib/OpenQA/Task/Git/Clone.pm#L59
[SpaceAfterSubroutineName] Sub '_ssh_git_cmd' must have only one space surrounding name, parenthesis and/or block body
Superfluoux use of strict/warning - severity 5: lib/OpenQA/WebAPI/Controller/Admin/AuditLog.pm#L6
[RedundantStrictWarning] use Mojo::Base 'Mojolicious::Controller'; is equivalent to 'use strict; use warnings;'
Hash key with quotes - severity 5: lib/OpenQA/WebAPI/Controller/API/V1/Search.pm#L176
[HashKeyQuotes] Avoid useless quotes for key "search"
Hash key with quotes - severity 5: lib/OpenQA/WebAPI/Controller/API/V1/Search.pm#L178
[HashKeyQuotes] Avoid useless quotes for key "search_results_limit"