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


The following commit(s) were added to refs/heads/master by this push:
     new d94797ba Add Checkstyle TypecastParenPad
d94797ba is described below

commit d94797baadd0830ea11bbb42b16698a148b8f271
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jan 21 12:03:16 2025 -0500

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

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index ce26fb2f..91830935 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -69,6 +69,7 @@ limitations under the License.
     <module name="RedundantImport" />
     <module name="RedundantModifier" />
     <module name="RightCurly" />
+    <module name="TypecastParenPad" />    
     <module name="UnusedImports" />
     <module name="UpperEll" />
     <module name="WhitespaceAfter" />

Reply via email to