Skip to content

Commit

Permalink
Merge pull request #1098 from RotherOSS/issue-#1096-ParamObject_10_1
Browse files Browse the repository at this point in the history
Issue #1096: ignore complaints about OTOBO::Perl::ParamObject.
  • Loading branch information
bschmalhofer authored Jun 21, 2021
2 parents 5bec99c + a96eabe commit 5b84f5d
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Kernel/System/Auth/DB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

package Kernel::System::Auth::DB;

## nofilter(TidyAll::Plugin::OTOBO::Perl::ParamObject)

use strict;
use warnings;

Expand All @@ -29,6 +31,8 @@ our @ObjectDependencies = (
'Kernel::System::Log',
'Kernel::System::Main',
'Kernel::System::Valid',
);
our @SoftObjectDependencies = (
'Kernel::System::Web::Request',
);

Expand Down
4 changes: 4 additions & 0 deletions Kernel/System/Auth/HTTPBasicAuth.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,16 @@

package Kernel::System::Auth::HTTPBasicAuth;

## nofilter(TidyAll::Plugin::OTOBO::Perl::ParamObject)

use strict;
use warnings;

our @ObjectDependencies = (
'Kernel::Config',
'Kernel::System::Log',
);
our @SoftObjectDependencies = (
'Kernel::System::Web::Request',
);

Expand Down
4 changes: 4 additions & 0 deletions Kernel/System/Auth/LDAP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

package Kernel::System::Auth::LDAP;

## nofilter(TidyAll::Plugin::OTOBO::Perl::ParamObject)

use strict;
use warnings;

Expand All @@ -26,6 +28,8 @@ our @ObjectDependencies = (
'Kernel::Config',
'Kernel::System::Encode',
'Kernel::System::Log',
);
our @SoftObjectDependencies = (
'Kernel::System::Web::Request',
);

Expand Down
4 changes: 4 additions & 0 deletions Kernel/System/Auth/Radius.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

package Kernel::System::Auth::Radius;

## nofilter(TidyAll::Plugin::OTOBO::Perl::ParamObject)

use strict;
use warnings;

Expand All @@ -24,6 +26,8 @@ use Authen::Radius;
our @ObjectDependencies = (
'Kernel::Config',
'Kernel::System::Log',
);
our @SoftObjectDependencies = (
'Kernel::System::Web::Request',
);

Expand Down
4 changes: 4 additions & 0 deletions Kernel/System/Auth/Sync/LDAP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

package Kernel::System::Auth::Sync::LDAP;

## nofilter(TidyAll::Plugin::OTOBO::Perl::ParamObject)

use strict;
use warnings;

Expand All @@ -28,6 +30,8 @@ our @ObjectDependencies = (
'Kernel::System::Group',
'Kernel::System::Log',
'Kernel::System::User',
);
our @SoftObjectDependencies = (
'Kernel::System::Web::Request',
);

Expand Down
4 changes: 4 additions & 0 deletions Kernel/System/CustomerAuth/DB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

package Kernel::System::CustomerAuth::DB;

## nofilter(TidyAll::Plugin::OTOBO::Perl::ParamObject)

use strict;
use warnings;

Expand All @@ -28,6 +30,8 @@ our @ObjectDependencies = (
'Kernel::System::Encode',
'Kernel::System::Log',
'Kernel::System::Main',
);
our @SoftObjectDependencies = (
'Kernel::System::Web::Request',
);

Expand Down
4 changes: 4 additions & 0 deletions Kernel/System/CustomerAuth/HTTPBasicAuth.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,16 @@

package Kernel::System::CustomerAuth::HTTPBasicAuth;

## nofilter(TidyAll::Plugin::OTOBO::Perl::ParamObject)

use strict;
use warnings;

our @ObjectDependencies = (
'Kernel::Config',
'Kernel::System::Log',
);
our @SoftObjectDependencies = (
'Kernel::System::Web::Request',
);

Expand Down
4 changes: 4 additions & 0 deletions Kernel/System/CustomerAuth/LDAP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

package Kernel::System::CustomerAuth::LDAP;

## nofilter(TidyAll::Plugin::OTOBO::Perl::ParamObject)

use strict;
use warnings;

Expand All @@ -26,6 +28,8 @@ our @ObjectDependencies = (
'Kernel::Config',
'Kernel::System::Encode',
'Kernel::System::Log',
);
our @SoftObjectDependencies = (
'Kernel::System::Web::Request',
);

Expand Down
4 changes: 4 additions & 0 deletions Kernel/System/CustomerAuth/Radius.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

package Kernel::System::CustomerAuth::Radius;

## nofilter(TidyAll::Plugin::OTOBO::Perl::ParamObject)

use strict;
use warnings;

Expand All @@ -24,6 +26,8 @@ use Authen::Radius;
our @ObjectDependencies = (
'Kernel::Config',
'Kernel::System::Log',
);
our @SoftObjectDependencies = (
'Kernel::System::Web::Request',
);

Expand Down
1 change: 1 addition & 0 deletions Kernel/System/Log.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ package Kernel::System::Log;
## nofilter(TidyAll::Plugin::OTOBO::Perl::Time)
## nofilter(TidyAll::Plugin::OTOBO::Perl::Dumper)
## nofilter(TidyAll::Plugin::OTOBO::Perl::Require)
## nofilter(TidyAll::Plugin::OTOBO::Perl::ParamObject)

use strict;
use warnings;
Expand Down

0 comments on commit 5b84f5d

Please sign in to comment.