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 0dfce09f2 Add Checkstyle MethodParamPad
0dfce09f2 is described below

commit 0dfce09f26c8b8b4a8e39f19e2bfdea1649f3ee9
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Oct 3 17:32:17 2024 -0400

    Add Checkstyle MethodParamPad
---
 src/conf/checkstyle.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index 5b8d29dbf..1cb0440c7 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -51,6 +51,7 @@ limitations under the License.
     <module name="JavadocMethod">
       <property name="accessModifiers" value="protected" />
     </module>
+    <module name="MethodParamPad"/>
     <module name="ModifierOrder"/>
     <module name="RedundantModifier"/>
     <module name="UpperEll" />

Reply via email to