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


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

commit b4f1c809686d4107748bd98a71d28b90b6cde460
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jan 21 13:41:46 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 24fc4b73f..58e1a111d 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -51,6 +51,7 @@ limitations under the License.
       <property name="illegalPattern" value="true" />
       <property name="message" value="Trailing whitespace" />
     </module>
+    <module name="TypecastParenPad" />
   </module>
   <!-- @author tags are deprecated -->
   <module name="RegexpSingleline">

Reply via email to