You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2021/09/09 15:22:58 UTC

[sling-org-apache-sling-commons-clam] 18/25: [checkstyle] (coding) OverloadMethodsDeclarationOrder

This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-clam.git

commit 3823c77c6a6fd87eb2bfca4ba0cc0a40d97f444c
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Sep 8 22:09:19 2021 +0200

    [checkstyle] (coding) OverloadMethodsDeclarationOrder
---
 checkstyle-suppressions.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml
index 12cdfea..ab86136 100644
--- a/checkstyle-suppressions.xml
+++ b/checkstyle-suppressions.xml
@@ -20,4 +20,5 @@
 <!DOCTYPE suppressions PUBLIC "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN" "https://checkstyle.org/dtds/suppressions_1_2.dtd">
 <suppressions>
   <suppress checks="MissingJavadocMethod" files=".*\/internal\/.*\.java"/>
+  <suppress checks="OverloadMethodsDeclarationOrder" files=".*\/ClamdService\.java"/>
 </suppressions>