Remove InterfaceIsType module which generates a false positive for singleton holders

This commit is contained in:
Trustin Lee 2012-11-09 17:50:42 +09:00
parent 7225f9b342
commit f7f9dd51ab
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@
<property name="allowInSwitchCase" value="true"/>
</module>
<module name="FinalClass"/>
<module name="InterfaceIsType"/>
<module name="HideUtilityClassConstructor"/>
<module name="CovariantEquals"/>
<module name="DoubleCheckedLocking"/>