We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9596cb commit 06b357dCopy full SHA for 06b357d
1 file changed
src/conf/checkstyle.xml
@@ -139,4 +139,12 @@
139
140
</module>
141
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
+
150
0 commit comments