Merge pull request #5 from AtlasMediaGroup/Wild1145-patch-1

Update checkstyle.xml
This commit is contained in:
Ryan 2020-12-02 20:50:01 +00:00 committed by GitHub
commit 7871acc215
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>