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/07/13 20:29:22 UTC

[sling-org-apache-sling-commons-crypto] 11/13: [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-crypto.git

commit 0352ea39a2d918494053bd2f05cde7f707c52165
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Jul 13 22:22:16 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 ce15414..6d59ebf 100644
--- a/checkstyle-suppressions.xml
+++ b/checkstyle-suppressions.xml
@@ -21,4 +21,5 @@
 <suppressions>
   <suppress checks="MissingJavadocType" files=".*\/internal\/.*\.java"/>
   <suppress checks="MissingJavadocMethod" files=".*\/internal\/.*\.java"/>
+  <suppress checks="MultipleStringLiterals" files=".*\/EncryptWebConsolePlugin\.java"/>
 </suppressions>