aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRoman Ivanov <ivanov-jr@mail.ru>2015-10-25 07:33:15 -0700
committerRoman Ivanov <ivanov-jr@mail.ru>2015-10-25 09:21:51 -0700
commitd1a6a437100b26d4f3932472ca3241b3f4b05da2 (patch)
tree6ad2249632dcb66a0346b2335657749d4911e57c /config
parenta2ae6fa3a82abc0562772af74de80bee2f927cd8 (diff)
downloadcheckstyle-d1a6a437100b26d4f3932472ca3241b3f4b05da2.tar.gz
Issue #2421: Cyclomatic Complexity and ReturnCount violations are resovled
Diffstat (limited to 'config')
-rw-r--r--config/suppressions.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/suppressions.xml b/config/suppressions.xml
index 3112ef73f..fbacbdcd5 100644
--- a/config/suppressions.xml
+++ b/config/suppressions.xml
@@ -60,9 +60,6 @@
<suppress checks="ReturnCount" files=".*[\\/]src[\\/]it[\\/]"/>
<suppress checks="SeparatorWrap" files=".*[\\/]src[\\/]it[\\/]"/>
- <!-- quesionable suppressions, should be permanent ? -->
- <suppress checks="CyclomaticComplexity" files=".*[\\/]src[\\/]it[\\/]"/>
-
<!--
Turn off all checks for Generated and Test code. Fixes issues with using
Eclipse plug-in.