Added status and source build fields validation.

This commit is contained in:
Dmitry Khomutov 2018-03-12 19:51:41 +07:00
commit d3a390d3f8
No known key found for this signature in database
GPG key ID: EC19426474B37AAC
5 changed files with 59 additions and 2 deletions

View file

@ -21,7 +21,7 @@
<rule ref="rulesets/naming.xml/ShortVariable">
<properties>
<property name="exceptions" value="db,dn,id,i,j" />
<property name="exceptions" value="db,dn,id,i,j,e,ex" />
</properties>
</rule>
<rule ref="rulesets/naming.xml/ShortMethodName">