We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44be7bf commit ca37af9Copy full SHA for ca37af9
1 file changed
src/conf/checkstyle/checkstyle.xml
@@ -70,12 +70,6 @@ limitations under the License.
70
<property name="separated" value="true"/>
71
</module>
72
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>
+
80
81
0 commit comments