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-codec.git
commit 8ff747bf41b90ef4617789b22ca3031f40db2894 Author: Gary D. Gregory <[email protected]> AuthorDate: Sun Feb 9 17:59:20 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 3a6fb3ea..ef236e3b 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -80,6 +80,7 @@ limitations under the License. <module name="RightCurly" /> <module name="SimplifyBooleanExpression" /> <module name="SimplifyBooleanReturn" /> + <module name="StringLiteralEquality" /> <module name="TypecastParenPad" /> <module name="UnusedImports" /> <module name="UpperEll" />
