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 58b0b647ba67626f0abd0d2feedc18d26876dd44
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Dec 29 11:05:06 2024 -0500

    Add Checkstyle StringLiteralEquality
---
 src/conf/checkstyle/checkstyle.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/conf/checkstyle/checkstyle.xml 
b/src/conf/checkstyle/checkstyle.xml
index 471121abd..bf03bcd63 100644
--- a/src/conf/checkstyle/checkstyle.xml
+++ b/src/conf/checkstyle/checkstyle.xml
@@ -76,6 +76,7 @@ limitations under the License.
     <module name="RightCurly" />
     <module name="SimplifyBooleanExpression" />
     <module name="SimplifyBooleanReturn" />
+    <module name="StringLiteralEquality" />
     <module name="UnusedImports" />
     <module name="UpperEll" />
     <module name="WhitespaceAfter" />

Reply via email to