Skip to content

Commit 06b357d

Browse files
committed
Checkstyle: @author tags are deprecated
1 parent e9596cb commit 06b357d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/conf/checkstyle.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,12 @@
139139

140140
</module>
141141

142+
<!-- @author tags are deprecated -->
143+
<module name="RegexpSingleline">
144+
<property name="format" value="^\s+\*\s+@author\s" />
145+
<property name="message" value="Deprecated @author tag" />
146+
<property name="fileExtensions" value="java" />
147+
<property name="severity" value="warning" />
148+
</module>
149+
142150
</module>

0 commit comments

Comments
 (0)