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 e1f8a4f2c Add Checkstyle TypecastParenPad e1f8a4f2c is described below commit e1f8a4f2c491346f58032cc1d1b2093f83c9022f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 12:04:58 2025 -0500 Add Checkstyle TypecastParenPad --- 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 b4c7584ea..e3ff7ca34 100644 --- a/src/conf/checkstyle/checkstyle.xml +++ b/src/conf/checkstyle/checkstyle.xml @@ -78,6 +78,7 @@ limitations under the License. <module name="StringLiteralEquality" /> <module name="SuperClone" /> <module name="SuperFinalize" /> + <module name="TypecastParenPad" /> <module name="UnusedImports" /> <module name="UnnecessaryParentheses" /> <module name="UpperEll" />