checkstyle: use correct name for check

The name of the check in the sevntu release notes is wrong.
This commit is contained in:
Paul Campbell 2016-06-14 14:13:36 +01:00
parent 3ecdf7b5c9
commit 44b62ae155

View file

@ -199,7 +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 name="UniformEnumConstantNameCheck"/> <!-- forces enum names to all follow the same pattern as each other -->
</module>
</module>