Checkstyle: @author tags are deprecated

This commit is contained in:
Gary Gregory 2023-11-23 08:37:25 -05:00
parent a3c8e94365
commit 1df5606b82
1 changed files with 8 additions and 1 deletions

View File

@ -70,5 +70,12 @@ limitations under the License.
<property name="ordered" value="true"/>
<property name="separated" value="true"/>
</module>
</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>