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


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

commit 9b68c8d107e8368ccdb1437a5fbee18a5f000dea
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jan 21 13:47:50 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 a9ff6105..ca5046c1 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -84,6 +84,7 @@ limitations under the License.
     </module>
     <module name="WhitespaceAfter" />
     <module name="WhitespaceAround" />
+    <module name="TypecastParenPad" />
   </module>
   <module name="SuppressionFilter">
     <!-- config_loc is used by Eclipse plugin -->

Reply via email to