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-crypto.git
The following commit(s) were added to refs/heads/master by this push: new 4f20f3d8 Add Checkstyle TypecastParenPad 4f20f3d8 is described below commit 4f20f3d86fd550568538cfe79371211bcc7145a2 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 12:06:15 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 652c28ec..62408213 100644 --- a/src/conf/checkstyle/checkstyle.xml +++ b/src/conf/checkstyle/checkstyle.xml @@ -45,6 +45,7 @@ limitations under the License. <property name="ordered" value="true" /> <property name="separated" value="true" /> </module> + <module name="TypecastParenPad" /> </module> <module name="RegexpSingleline"> <!-- @author tags are deprecated -->