mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-09 03:25:25 +00:00
Checkstyle: @author tags are deprecated
This commit is contained in:
parent
a3c8e94365
commit
1df5606b82
@ -70,5 +70,12 @@ limitations under the License.
|
||||
<property name="ordered" value="true"/>
|
||||
<property name="separated" value="true"/>
|
||||
</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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user