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-collections.git
The following commit(s) were added to refs/heads/master by this push:
new 8c34a1422 Add and fix Checkstyle ParenPad
8c34a1422 is described below
commit 8c34a14222cc08e32fd4c59ce8f5f16534a28d1e
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Oct 3 17:38:48 2024 -0400
Add and fix 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 1cb0440c7..4c63163e3 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -57,6 +57,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"/>