Skip to content

Commit

Permalink
rename freenode community
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed May 28, 2021
1 parent c492d5c commit 1455d85
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion lib/Archive/Ar/Libarchive.pm
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ array.
sub list_files
{
my $list = shift->_list_files;
wantarray ? @$list : $list; ## no critic (Freenode::Wantarray)
wantarray ? @$list : $list; ## no critic (Community::Wantarray)
}

=head2 add_files
Expand Down
44 changes: 22 additions & 22 deletions perlcriticrc
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
severity = 1
only = 1

[Freenode::ArrayAssignAref]
[Freenode::BarewordFilehandles]
[Freenode::ConditionalDeclarations]
[Freenode::ConditionalImplicitReturn]
[Freenode::DeprecatedFeatures]
[Freenode::DiscouragedModules]
[Freenode::DollarAB]
[Freenode::Each]
[Freenode::IndirectObjectNotation]
[Freenode::LexicalForeachIterator]
[Freenode::LoopOnHash]
[Freenode::ModPerl]
[Freenode::OpenArgs]
[Freenode::OverloadOptions]
[Freenode::POSIXImports]
[Freenode::PackageMatchesFilename]
[Freenode::PreferredAlternatives]
[Freenode::StrictWarnings]
[Community::ArrayAssignAref]
[Community::BarewordFilehandles]
[Community::ConditionalDeclarations]
[Community::ConditionalImplicitReturn]
[Community::DeprecatedFeatures]
[Community::DiscouragedModules]
[Community::DollarAB]
[Community::Each]
[Community::IndirectObjectNotation]
[Community::LexicalForeachIterator]
[Community::LoopOnHash]
[Community::ModPerl]
[Community::OpenArgs]
[Community::OverloadOptions]
[Community::POSIXImports]
[Community::PackageMatchesFilename]
[Community::PreferredAlternatives]
[Community::StrictWarnings]
extra_importers = Test2::V0
[Freenode::Threads]
[Freenode::Wantarray]
[Freenode::WarningsSwitch]
[Freenode::WhileDiamondDefaultAssignment]
[Community::Threads]
[Community::Wantarray]
[Community::WarningsSwitch]
[Community::WhileDiamondDefaultAssignment]

[BuiltinFunctions::ProhibitBooleanGrep]
;[BuiltinFunctions::ProhibitStringyEval]
Expand Down

0 comments on commit 1455d85

Please sign in to comment.