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


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

commit e451e16ec7c686cb770f09e96f2c70e7c04a47c4
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jan 21 12:06:52 2025 -0500

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

diff --git a/src/conf/checkstyle/checkstyle.xml 
b/src/conf/checkstyle/checkstyle.xml
index adfc2c65..1010cb26 100644
--- a/src/conf/checkstyle/checkstyle.xml
+++ b/src/conf/checkstyle/checkstyle.xml
@@ -80,6 +80,7 @@ limitations under the License.
     <module name="StringLiteralEquality" />
     <module name="SuperClone" />
     <module name="SuperFinalize" />
+    <module name="TypecastParenPad" />    
     <module name="UnusedImports" />
     <module name="UnnecessaryParentheses" />
     <module name="UpperEll" />

Reply via email to