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-crypto.git
The following commit(s) were added to refs/heads/master by this push: new 1d047ba7 Add Checkstyle ParenPad 1d047ba7 is described below commit 1d047ba7ef66ae7931cf76d3f9086c523f2154ba Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 14:19:23 2025 -0500 Add Checkstyle ParenPad --- 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 62408213..39aae208 100644 --- a/src/conf/checkstyle/checkstyle.xml +++ b/src/conf/checkstyle/checkstyle.xml @@ -36,6 +36,7 @@ limitations under the License. <module name="SuppressionCommentFilter" /> <module name="UnusedImports" /> <module name="NeedBraces" /> + <module name="ParenPad" /> <module name="JavadocMethod"> <property name="accessModifiers" value="protected, public" /> </module>