This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 59bb3e0  Checkstyle.
59bb3e0 is described below

commit 59bb3e000ad51efd455e2901f8b8708bff04331d
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Jul 11 08:26:42 2020 -0400

    Checkstyle.
---
 checkstyle-suppressions.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml
index f00b456..2918976 100755
--- a/checkstyle-suppressions.xml
+++ b/checkstyle-suppressions.xml
@@ -31,5 +31,6 @@
 
     <suppress checks="LineLength" 
files=".*CommonsDistributionDetachmentMojoTest.java" />
     <suppress checks="LineLength" 
files=".*CommonsDistributionStagingMojoTest.java" />
+    <suppress checks="LineLength" 
files="target/testing-commons-release-plugin/*.properties" />
     <suppress checks="FinalClassCheck" files=".*Delegate.java" />
 </suppressions>
\ No newline at end of file

Reply via email to