From 6b02989a647c7c43d8ab9417cc580be5fc684639 Mon Sep 17 00:00:00 2001 From: "Joseph D. Purcell" Date: Fri, 29 Apr 2016 11:36:15 -0500 Subject: [PATCH] Add Design/DevelopmentCodeFragment category --- Category.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Category.php b/Category.php index d9f90cf..bc79b5c 100644 --- a/Category.php +++ b/Category.php @@ -16,6 +16,7 @@ class Category "CyclomaticComplexity" => ["Complexity", 100000], "Design/CouplingBetweenObjects" => ["Clarity", 400000], "Design/DepthOfInheritance" => ["Clarity", 500000], + "Design/DevelopmentCodeFragment" => ["Security", 100000], "Design/EvalExpression" => ["Security", 300000], "Design/ExitExpression" => ["Bug Risk", 200000], "Design/GotoStatement" => ["Clarity", 200000],