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

commit f8dff697ee353572fcd7ba850180134a25cc4098
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jan 21 11:47:08 2025 -0500

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

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index 0e8b101e..fa869e9f 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -83,6 +83,7 @@ limitations under the License.
     <module name="SuperFinalize" />
     <module name="SuppressionCommentFilter" />
     <module name="UpperEll" />
+    <module name="UnnecessaryParentheses" />
     <module name="UnusedImports" />
     <module name="WhitespaceAfter" />
     <module name="WhitespaceAround" />

Reply via email to