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-text.git
The following commit(s) were added to refs/heads/master by this push:
new a0b89c07 Add Checkstyle FinalLocalVariable
a0b89c07 is described below
commit a0b89c079b3af0da7bd6bdc3a8a3421182e14aa4
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jan 27 20:41:25 2026 -0500
Add Checkstyle FinalLocalVariable
---
src/conf/checkstyle.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index 7ae6627a..0158804d 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -85,6 +85,7 @@
<!-- Checks for Naming Conventions. -->
<!-- See http://checkstyle.sf.net/config_naming.html -->
<module name="ConstantName" />
+ <module name="FinalLocalVariable" />
<module name="LocalFinalVariableName" />
<module name="LocalVariableName" />
<module name="MemberName" />