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-csv.git
The following commit(s) were added to refs/heads/master by this push: new ca37af92 Remove duplicate from Checkstyle config ca37af92 is described below commit ca37af92e6e32c2589b5a9420a8c6d650c69dbb9 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Mar 5 10:53:37 2024 -0500 Remove duplicate from Checkstyle config --- src/conf/checkstyle/checkstyle.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/conf/checkstyle/checkstyle.xml b/src/conf/checkstyle/checkstyle.xml index a19f8f53..4ae1fec6 100644 --- a/src/conf/checkstyle/checkstyle.xml +++ b/src/conf/checkstyle/checkstyle.xml @@ -70,12 +70,6 @@ limitations under the License. <property name="separated" value="true"/> </module> </module> - <!-- @author tags are deprecated --> - <module name="RegexpSingleline"> - <property name="format" value="^\s+\*\s+@author\s" /> - <property name="message" value="Deprecated @author tag" /> - <property name="fileExtensions" value="java" /> - <property name="severity" value="warning" /> - </module> + </module>