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


The following commit(s) were added to refs/heads/master by this push:
     new 9ed390c8b Add Checkstyle TypecastParenPad
9ed390c8b is described below

commit 9ed390c8bb8be39934050657dbc64f02e52581ba
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jan 21 13:46:19 2025 -0500

    Add Checkstyle TypecastParenPad
---
 src/site/resources/checkstyle/checkstyle.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/site/resources/checkstyle/checkstyle.xml 
b/src/site/resources/checkstyle/checkstyle.xml
index 6aa9545ae..30f685372 100644
--- a/src/site/resources/checkstyle/checkstyle.xml
+++ b/src/site/resources/checkstyle/checkstyle.xml
@@ -62,5 +62,6 @@ limitations under the License.
     <module name="MissingOverride"/>
     <module name="ArrayTypeStyle"/>
     <module name="ParenPad"/>
+    <module name="TypecastParenPad" />
  </module>
 </module>

Reply via email to