From 9307c932eb700e2d330cd059167ea88a4de2dde7 Mon Sep 17 00:00:00 2001 From: Richard Howard Date: Thu, 24 Jan 2013 15:36:40 -0500 Subject: [PATCH] Treat cyclomatic complexity < 100 as warning only --- CodeSniffer/Standards/Snap/ruleset.xml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/CodeSniffer/Standards/Snap/ruleset.xml b/CodeSniffer/Standards/Snap/ruleset.xml index e33b59b9d7..9337b51288 100644 --- a/CodeSniffer/Standards/Snap/ruleset.xml +++ b/CodeSniffer/Standards/Snap/ruleset.xml @@ -5,19 +5,23 @@ - - - + + + - + + + + + - - - + + +