This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch DOXIA-720s in repository https://gitbox.apache.org/repos/asf/maven-doxia.git
commit f182deeff8f0ddbeb5a10c86843d9fcf4c9db051 Author: Sylwester Lachiewicz <slachiew...@gmail.com> AuthorDate: Sat Dec 30 22:23:19 2023 +0100 [DOXIA-720] Cleanup - less checkstyle violations --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8d8fb83c..fd9b6699 100644 --- a/pom.xml +++ b/pom.xml @@ -82,7 +82,7 @@ under the License. <properties> <maven.site.path>doxia-archives/doxia-LATEST</maven.site.path> - <checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,MethodName,InnerAssignment,MagicNumber</checkstyle.violation.ignore> + <checkstyle.violation.ignore>MethodName,MethodLength,FileLength,InnerAssignment</checkstyle.violation.ignore> <project.build.outputTimestamp>2023-10-13T19:24:20Z</project.build.outputTimestamp> <slf4jVersion>1.7.36</slf4jVersion> <junitVersion>5.10.0</junitVersion>