Add sevntu's new UniformEnumValueCheck to checkstyle template
This commit is contained in:
parent
7fbbc46074
commit
3ecdf7b5c9
1 changed files with 1 additions and 0 deletions
|
@ -199,6 +199,7 @@
|
|||
<module name="PublicReferenceToPrivateTypeCheck"/> <!-- prevent attempt to expose private type -->
|
||||
<!-- sevntu/naming -->
|
||||
<module name="EnumValueNameCheck"/> <!-- validate enum value format -->
|
||||
<module name="UniformEnumValueCheck"/> <!-- forces enum values to all follow the same pattern as each other -->
|
||||
</module>
|
||||
|
||||
</module>
|
||||
|
|
Loading…
Reference in a new issue