Skip to content

Commit

Permalink
Issue #3637: Added no critic statement for FindBin module.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter authored and bschmalhofer committed Aug 1, 2024
1 parent 5cb8117 commit c070d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/docker/quick_setup.pl
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ =head1 OPTIONS
use warnings;
use utf8;

use FindBin qw($Bin);
use FindBin qw($Bin); ## no critic qw(Community::DiscouragedModules Freenode::DiscouragedModules)
use lib "$Bin/../..";
use lib "$Bin/../../Kernel/cpan-lib";
use lib "$Bin/../../Custom";
Expand Down

0 comments on commit c070d04

Please sign in to comment.