This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
commit a1696085bed606f13b4fc34a6d9653d3ce2b5cdb Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun Dec 29 11:03:44 2024 -0500 Add Checkstyle SimplifyBooleanExpression\ Use better module name ExplicitInitialization --- src/conf/checkstyle/checkstyle.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/conf/checkstyle/checkstyle.xml b/src/conf/checkstyle/checkstyle.xml index 88f69b048..b16a4c7ef 100644 --- a/src/conf/checkstyle/checkstyle.xml +++ b/src/conf/checkstyle/checkstyle.xml @@ -55,7 +55,7 @@ limitations under the License. <property name="option" value="text" /> </module> <!-- <module name="EqualsHashCode" /> --> - <module name="ExplicitInitializationCheck" /> + <module name="ExplicitInitialization" /> <module name="FinalLocalVariable" /> <module name="FallThrough" /> <module name="IllegalImport" /> @@ -74,6 +74,7 @@ limitations under the License. <module name="RedundantImport" /> <module name="RedundantModifier" /> <module name="RightCurly" /> + <module name="SimplifyBooleanExpression" /> <module name="UnusedImports" /> <module name="UpperEll" /> <module name="WhitespaceAfter" />