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
commit 0b45a6fdd3b55a83cb8a1c257451bd2d8cd4d9dd Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 14:41:46 2025 -0500 Add Checkstyle ParenPad --- src/conf/checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index ca5046c1..77b52bce 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -52,6 +52,7 @@ limitations under the License. <module name="RedundantImport"/> <module name="UnusedImports"/> <module name="NeedBraces"/> + <module name="ParenPad"/> <!-- Modifier Checks --> <!-- See http://checkstyle.sf.net/config_modifiers.html --> <module name="ModifierOrder"/>