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-bcel.git
The following commit(s) were added to refs/heads/master by this push:
new f5635a8c Add Checkstyle MethodParamPad
f5635a8c is described below
commit f5635a8cae6254b8568102493a11ab5273cb9e5c
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Feb 9 18:34:49 2025 -0500
Add Checkstyle MethodParamPad
---
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 666ff29c..9b19ae6c 100644
--- a/src/conf/checkstyle/checkstyle.xml
+++ b/src/conf/checkstyle/checkstyle.xml
@@ -67,6 +67,7 @@ limitations under the License.
<property name="separated" value="true" />
</module>
<module name="LeftCurly" />
+ <module name="MethodParamPad"/>
<module name="MissingOverride" />
<module name="ModifierOrder" />
<module name="MultipleVariableDeclarations" />