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-io.git
commit 549a0340456a49129e84341753a824efcd3e7901 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 14:27:44 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 58e1a111d..96d0670fc 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -42,6 +42,7 @@ limitations under the License. <property name="separated" value="true"/> </module> <module name="NeedBraces" /> + <module name="ParenPad" /> <module name="LeftCurly" /> <module name="JavadocMethod" /> <module name="FinalLocalVariable" />