summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Sabino Mullane2009-08-23 13:43:12 +0000
committerGreg Sabino Mullane2009-08-23 13:43:12 +0000
commitd742593f6cb7d85a5310c747d6d32446ecfe0b1a (patch)
tree75a37a6f9d939f793031b8198302236fcb65066b
parent7cb8af6605ee26d9a550015a8f28e2185126a8fb (diff)
More "we know what we are doing here" P:C exceptions.
-rw-r--r--.perlcriticrc3
1 files changed, 3 insertions, 0 deletions
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]
+