Issue #2661: Enforce ReturnBooleanFromTernaryCheck of sevntu-checkstyle over Checkstyle source code

This commit is contained in:
Selkin Andrey 2015-12-15 19:17:50 +03:00 committed by Roman Ivanov
parent 2e47236a2b
commit 948d55948e
1 changed files with 1 additions and 0 deletions

View File

@ -14,5 +14,6 @@
<module name="EmptyPublicCtorInClassCheck"/>
<module name="TernaryPerExpressionCount"/>
<module name="ReturnNullInsteadOfBoolean"/>
<module name="ReturnBooleanFromTernary"/>
</module>
</module>