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 dbf0d7a commit 75b34c7Copy full SHA for 75b34c7
1 file changed
src/conf/checkstyle/checkstyle.xml
@@ -70,6 +70,12 @@ limitations under the License.
70
<property name="separated" value="true"/>
71
</module>
72
73
-
+ <!-- @author tags are deprecated -->
74
+ <module name="RegexpSingleline">
75
+ <property name="format" value="^\s+\*\s+@author\s" />
76
+ <property name="message" value="Deprecated @author tag" />
77
+ <property name="fileExtensions" value="java" />
78
+ <property name="severity" value="warning" />
79
+ </module>
80
81
0 commit comments