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-lang.git
The following commit(s) were added to refs/heads/master by this push: new 26bb2d1f9 Add Checkstyle ParenPad 26bb2d1f9 is described below commit 26bb2d1f927741ee389a764182699115adf69c93 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 14:40:12 2025 -0500 Add Checkstyle ParenPad --- src/site/resources/checkstyle/checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/site/resources/checkstyle/checkstyle.xml b/src/site/resources/checkstyle/checkstyle.xml index 30f685372..165b2f74b 100644 --- a/src/site/resources/checkstyle/checkstyle.xml +++ b/src/site/resources/checkstyle/checkstyle.xml @@ -48,6 +48,7 @@ limitations under the License. <module name="UpperEll" /> <module name="LeftCurly"/> <module name="NeedBraces"/> + <module name="ParenPad"/> <module name="RightCurly"/> <module name="GenericWhitespace"/> <module name="WhitespaceAfter"/>