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


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

commit 09b6c292dea204eb5de9d4413327b53543d9603a
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jan 21 13:51:06 2025 -0500

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

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index 7fc18e7d..3495146d 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -185,6 +185,7 @@ limitations under the License.
       <property name="commentFormat" value="CHECKSTYLE IGNORE (\w+)"/>
       <property name="checkFormat" value="$1"/>
     </module>
+    <module name="TypecastParenPad" />
   </module>
 
   <!-- @author tags are deprecated -->

Reply via email to