Skip to content

Commit

Permalink
Make exceptions for perlcritic RedundantStrictWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Aug 13, 2024
1 parent af154c0 commit 4fac152
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/OpenQA/Schema/Result/JobNextPrevious.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

package OpenQA::Schema::Result::JobNextPrevious;


## no critic (OpenQA::RedundantStrictWarning)
use Mojo::Base 'DBIx::Class::Core';

use Moose;
Expand Down
1 change: 1 addition & 0 deletions lib/OpenQA/Schema/Result/Needles.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

package OpenQA::Schema::Result::Needles;

## no critic (OpenQA::RedundantStrictWarning)
use 5.018;

use Mojo::Base 'DBIx::Class::Core', -signatures;
Expand Down
2 changes: 1 addition & 1 deletion lib/OpenQA/Schema/Result/ScheduledProducts.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

package OpenQA::Schema::Result::ScheduledProducts;


## no critic (OpenQA::RedundantStrictWarning)
use Mojo::Base 'DBIx::Class::Core', -signatures;

use Mojo::Base -base, -signatures;
Expand Down
1 change: 1 addition & 0 deletions lib/OpenQA/WebAPI/Controller/Admin/AuditLog.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@


package OpenQA::WebAPI::Controller::Admin::AuditLog;
## no critic (OpenQA::RedundantStrictWarning)
use Mojo::Base 'Mojolicious::Controller';

use 5.018;
Expand Down

0 comments on commit 4fac152

Please sign in to comment.