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:59 UTC

[sling-org-apache-sling-commons-clam] 19/25: [checkstyle] (coding) MultipleStringLiterals

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 90addca20803a994b1c32c61477e3632aa692f8b
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Sep 8 22:10:30 2021 +0200

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

diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml
index ab86136..844253a 100644
--- a/checkstyle-suppressions.xml
+++ b/checkstyle-suppressions.xml
@@ -21,4 +21,5 @@
 <suppressions>
   <suppress checks="MissingJavadocMethod" files=".*\/internal\/.*\.java"/>
   <suppress checks="OverloadMethodsDeclarationOrder" files=".*\/ClamdService\.java"/>
+  <suppress checks="MultipleStringLiterals" files=".*\/ClamdService\.java"/>
 </suppressions>