aboutsummaryrefslogtreecommitdiff
path: root/config/suppressions.xml
diff options
context:
space:
mode:
authorrnveach <rveach02@gmail.com>2017-08-01 18:58:44 -0400
committerRoman Ivanov <romani@users.noreply.github.com>2017-08-04 21:18:50 +0300
commitcc2886ef2ce994219bdd2427f820a7ac3738916b (patch)
tree682812447d558d72ea01f29c62af802fe657de36 /config/suppressions.xml
parent93fad3431170aa0a288b5b32355ec037afe35cc8 (diff)
downloadcheckstyle-cc2886ef2ce994219bdd2427f820a7ac3738916b.tar.gz
Issue #4563: fixed stackoverflow with DetailAST.setParent
Diffstat (limited to 'config/suppressions.xml')
-rw-r--r--config/suppressions.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/suppressions.xml b/config/suppressions.xml
index 5dca0c7ef..cd4ebb10d 100644
--- a/config/suppressions.xml
+++ b/config/suppressions.xml
@@ -32,7 +32,7 @@
<suppress checks="Javadoc" files=".*[\\/]src[\\/](test|it)[\\/]"/>
<suppress checks="MagicNumber" files=".*[\\/]src[\\/](test|it)[\\/]"/>
<suppress checks="AvoidStaticImport" files=".*[\\/]src[\\/](test|it)[\\/]"/>
- <suppress checks="ClassDataAbstractionCoupling" files="[\\/]IndentationCheckTest.java$|[\\/]SuppressWithNearbyCommentFilterTest.java$|[\\/]SuppressionCommentFilterTest.java$"/>
+ <suppress checks="ClassDataAbstractionCoupling" files="[\\/]IndentationCheckTest.java$|[\\/]SuppressWithNearbyCommentFilterTest.java$|[\\/]SuppressionCommentFilterTest.java|[\\/]DetailASTTest.java$"/>
<suppress checks="EqualsAvoidNull" files="[\\/]Int.*FilterTest.java$"/>
<suppress checks="VisibilityModifier" files="[\\/]BaseCheckTestSupport.java$|[\\/]AbstractModuleTestSupport.java$"/>
<suppress checks="WriteTag" files=".*[\\/]src[\\/](test|it)[\\/]"/>