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-compress.git


The following commit(s) were added to refs/heads/master by this push:
     new 25ca5a5a2 Add Checkstyle ParenPad
25ca5a5a2 is described below

commit 25ca5a5a28cbb46e5091e0c3454b0c2d2ca41ba7
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jan 21 14:18:33 2025 -0500

    Add Checkstyle ParenPad
---
 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 e3ff7ca34..567e70648 100644
--- a/src/conf/checkstyle/checkstyle.xml
+++ b/src/conf/checkstyle/checkstyle.xml
@@ -70,6 +70,7 @@ limitations under the License.
     <module name="ModifierOrder" />
     <module name="MultipleVariableDeclarations" />
     <module name="NeedBraces" />
+    <module name="ParenPad" />
     <module name="RedundantImport" />
     <module name="RedundantModifier" />
     <module name="RightCurly" />

Reply via email to