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 55c2279 Minor formatting. 55c2279 is described below commit 55c22796469e1de486252b42719988e32c7ff6da Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jul 11 08:32:44 2020 -0400 Minor formatting. --- checkstyle-suppressions.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml index 2918976..814928b 100755 --- a/checkstyle-suppressions.xml +++ b/checkstyle-suppressions.xml @@ -28,7 +28,6 @@ <suppress checks="MethodName" files=".*[/\\]test[/\\].*" /> <suppress checks="Javadoc" files=".*[/\\]test[/\\].*" /> - <suppress checks="LineLength" files=".*CommonsDistributionDetachmentMojoTest.java" /> <suppress checks="LineLength" files=".*CommonsDistributionStagingMojoTest.java" /> <suppress checks="LineLength" files="target/testing-commons-release-plugin/*.properties" />