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 cb82d23cc020f8d805acb8240bb84e63ce76bb0c
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Dec 28 07:33:19 2024 -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 895bb6ad..17189fd6 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -55,6 +55,7 @@ limitations under the License.
   <module name="TreeWalker">
     <module name="AvoidStarImport" />
     <module name="ExplicitInitializationCheck" />
+    <module name="FinalLocalVariable" />
     <module name="ImportOrder">
       <property name="option" value="top"/>
       <property name="groups" value="java,javax,org"/>

Reply via email to