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 b51367e75321b3eeee6441a9e843873e415e9f1f Author: Oliver Lietz <[email protected]> AuthorDate: Tue Jul 13 22:22:59 2021 +0200 [checkstyle] (coding) ReturnCount --- checkstyle-suppressions.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml index 6d59ebf..e509a28 100644 --- a/checkstyle-suppressions.xml +++ b/checkstyle-suppressions.xml @@ -22,4 +22,5 @@ <suppress checks="MissingJavadocType" files=".*\/internal\/.*\.java"/> <suppress checks="MissingJavadocMethod" files=".*\/internal\/.*\.java"/> <suppress checks="MultipleStringLiterals" files=".*\/EncryptWebConsolePlugin\.java"/> + <suppress checks="ReturnCount" files=".*\/EncryptWebConsolePlugin\.java"/> </suppressions>
