Checkstyle: @author tags are deprecated
This commit is contained in:
parent
dbf0d7a3eb
commit
75b34c7026
|
@ -70,6 +70,12 @@ limitations under the License.
|
|||
<property name="separated" value="true"/>
|
||||
</module>
|
||||
</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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue