From: Greg Sabino Mullane Date: Sun, 23 Aug 2009 13:43:12 +0000 (-0400) Subject: More "we know what we are doing here" P:C exceptions. X-Git-Tag: 2.11.0~6 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=d742593f6cb7d85a5310c747d6d32446ecfe0b1a;p=check_postgres.git More "we know what we are doing here" P:C exceptions. --- diff --git a/.perlcriticrc b/.perlcriticrc index b6f88471d..917f05ac5 100644 --- a/.perlcriticrc +++ b/.perlcriticrc @@ -10,6 +10,7 @@ stop_words = Mullane Nagios Slony nols salesrep psql dbname postgres USERNAME us [-Bangs::ProhibitFlagComments] [-Bangs::ProhibitNumberedNames] [-Bangs::ProhibitVagueNames] +[-BuiltinFunctions::ProhibitComplexMappings] [-BuiltinFunctions::ProhibitReverseSortBlock] [-CodeLayout::ProhibitParensWithBuiltins] [-CodeLayout::ProhibitQuotedWordLists] @@ -18,6 +19,7 @@ stop_words = Mullane Nagios Slony nols salesrep psql dbname postgres USERNAME us [-CodeLayout::RequireUseUTF8] [-ControlStructures::ProhibitCascadingIfElse] [-ControlStructures::ProhibitDeepNests] +[-ControlStructures::ProhibitMutatingListFunctions] [-ControlStructures::ProhibitNegativeExpressionsInUnlessAndUntilConditions] [-ControlStructures::ProhibitPostfixControls] [-ControlStructures::ProhibitUnlessBlocks] @@ -72,3 +74,4 @@ stop_words = Mullane Nagios Slony nols salesrep psql dbname postgres USERNAME us [-Variables::RequireInitializationForLocalVars] [-Variables::RequireLocalizedPunctuationVars] [-Variables::RequireLexicalLoopIterators] +