Checkstyle: @author tags are deprecated
This commit is contained in:
parent
a3c8e94365
commit
1df5606b82
|
@ -71,4 +71,11 @@ limitations under the License.
|
||||||
<property name="separated" value="true"/>
|
<property name="separated" value="true"/>
|
||||||
</module>
|
</module>
|
||||||
</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>
|
</module>
|
||||||
|
|
Loading…
Reference in New Issue