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-messaging-mail.git
commit d34350648ec97723c4ee5edaf1d37945f449518c Author: Oliver Lietz <[email protected]> AuthorDate: Tue Jul 20 22:14:58 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 aeef2b9..2e05dca 100644 --- a/checkstyle-suppressions.xml +++ b/checkstyle-suppressions.xml @@ -22,4 +22,5 @@ <suppress checks="ClassFanOutComplexity" files=".*\/SimpleMailService\.java"/> <suppress checks="ClassFanOutComplexity" files=".*\/SimpleMessageBuilder\.java"/> <suppress checks="ClassDataAbstractionCoupling" files=".*\/SimpleMessageBuilder\.java"/> + <suppress checks="MultipleStringLiterals" files=".*\/SimpleMailServiceConfiguration\.java"/> </suppressions>
