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-net.git

commit a2b287d8cfd57ac5d9e8a92fdec9439dc82110e5
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Feb 28 18:54:58 2025 -0500

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

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index 65177650..66a2c57b 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -92,6 +92,7 @@ limitations under the License.
     <module name="SimplifyBooleanExpression" />
     <module name="SimplifyBooleanReturn" />
     <module name="SuppressionCommentFilter"/>
+    <module name="StringLiteralEquality" />
     <!--
         Allow comment to suppress checkstyle for a single line
         e.g. // CHECKSTYLE IGNORE MagicNumber

Reply via email to