1
0

Checkstyle: @author tags are deprecated

This commit is contained in:
Gary Gregory
2023-11-23 08:53:54 -05:00
parent e4d94ff51e
commit 64ea85b0ca

View File

@@ -73,5 +73,11 @@ limitations under the License.
</module>
<module name="WhitespaceAfter" />
</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>