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 28ba21066d7c862f8386c4cc8e78e9cf6e3b95c0
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jan 21 11:45:24 2025 -0500

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

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

Reply via email to