Checkstyle: @author tags are deprecated

This commit is contained in:
Gary Gregory 2023-11-23 08:41:50 -05:00
parent dbf0d7a3eb
commit 75b34c7026
1 changed files with 7 additions and 1 deletions

View File

@ -70,6 +70,12 @@ 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>