Skip to content

Commit 75b34c7

Browse files
committed
Checkstyle: @author tags are deprecated
1 parent dbf0d7a commit 75b34c7

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/conf/checkstyle/checkstyle.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ limitations under the License.
7070
<property name="separated" value="true"/>
7171
</module>
7272
</module>
73-
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>
7480
</module>
7581

0 commit comments

Comments
 (0)