Checkstyle: @author tags are deprecated
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user