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-compress.git
The following commit(s) were added to refs/heads/master by this push: new 3fecd5e26 Remove old comments 3fecd5e26 is described below commit 3fecd5e265eb54d4002deb5ea4e368994f071c9b Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Dec 27 08:26:11 2024 -0500 Remove old comments --- src/conf/checkstyle.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index 199e44e3d..0e62d66ca 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -18,8 +18,6 @@ limitations under the License. <!DOCTYPE module PUBLIC "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN" "https://checkstyle.org/dtds/configuration_1_3.dtd"> - -<!-- commons lang customization of default Checkstyle behavior --> <module name="Checker"> <property name="localeLanguage" value="en" /> <module name="JavadocPackage" /> @@ -30,7 +28,6 @@ limitations under the License. <property name="fileExtensions" value="java,xml" /> </module> <module name="RegexpSingleline"> - <!-- \s matches whitespace character, $ matches end of line. --> <property name="format" value="\s+$" /> <property name="message" value="Line has trailing spaces." /> </module> @@ -64,7 +61,6 @@ limitations under the License. <module name="LineLength"> <property name="max" value="160" /> </module> - <!-- @author tags are deprecated --> <module name="RegexpSingleline"> <property name="format" value="^\s+\*\s+@author\s" /> <property name="message" value="Deprecated @author tag" />