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-scxml.git
The following commit(s) were added to refs/heads/master by this push: new ef2f7b04 Checkstyle: @author tags are deprecated ef2f7b04 is described below commit ef2f7b0485f3f862afad90c33ff0ad3fa7f09883 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Nov 23 09:05:12 2023 -0500 Checkstyle: @author tags are deprecated --- checkstyle.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/checkstyle.xml b/checkstyle.xml index f13238e6..bbb9c051 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -200,5 +200,11 @@ </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>