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 30bb86e5c20c50389f3eac1b451ac440e7061bde
Author: Oliver Lietz <[email protected]>
AuthorDate: Tue Jul 20 22:08:56 2021 +0200

    [checkstyle] (metrics) ClassDataAbstractionCoupling
    
    purpose of the implementation is to free users from the complexity of 
Jakarta Mail
---
 checkstyle-suppressions.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml
index c59571d..aeef2b9 100644
--- a/checkstyle-suppressions.xml
+++ b/checkstyle-suppressions.xml
@@ -21,4 +21,5 @@
 <suppressions>
   <suppress checks="ClassFanOutComplexity" 
files=".*\/SimpleMailService\.java"/>
   <suppress checks="ClassFanOutComplexity" 
files=".*\/SimpleMessageBuilder\.java"/>
+  <suppress checks="ClassDataAbstractionCoupling" 
files=".*\/SimpleMessageBuilder\.java"/>
 </suppressions>

Reply via email to