comments were added for suppressions. Issue #744

This commit is contained in:
Roman Ivanov 2015-04-26 09:43:31 -07:00
parent a0b357c760
commit 32774b62c8
1 changed files with 2 additions and 0 deletions

View File

@ -117,7 +117,9 @@
<exclude name="MissingBreakInSwitch"/>
<!-- we need compare by ref as Tree structure is immutable, we can easily rely on refs -->
<exclude name="CompareObjectsWithEquals"/>
<!-- till #995 -->
<exclude name="UncommentedEmptyMethod"/>
<!-- till #996 -->
<exclude name="PreserveStackTrace"/>
<exclude name="UseCollectionIsEmpty"/>
<exclude name="EmptyMethodInAbstractClassShouldBeAbstract"/>