Update checkstyle.xml

Think this should fix a load of our new warnings.
This commit is contained in:
Ryan 2020-12-02 20:40:32 +00:00 committed by GitHub
parent 932fa467ba
commit 153b87c3b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@
value="Local variable name ''{0}'' must match pattern ''{1}''."/>
</module>
<module name="ClassTypeParameterName">
<property name="format" value="(^[A-Z][0-9]?)$|([A-Z][a-zA-Z0-9]*[T]$)"/>
<property name="format" value="(^[A-Z][0-9]?)$|([A-Z][a-zA-Z0-9][_]*[T]$)"/>
<message key="name.invalidPattern"
value="Class type name ''{0}'' must match pattern ''{1}''."/>
</module>
@ -133,4 +133,4 @@
</module>
<module name="CommentsIndentation"/>
</module>
</module>
</module>