Add RBK, DS and URL to allowedAbbrevations

This commit is contained in:
a.romanov 2021-02-11 12:21:18 +03:00 committed by Alexander Romanov
parent 4f1be47fba
commit 402e70716c

View File

@ -229,8 +229,8 @@
<module name="AbbreviationAsWordInName">
<property name="ignoreFinal" value="false"/>
<property name="allowedAbbreviationLength" value="1"/>
<!-- Added ID and IT -->
<property name="allowedAbbreviations" value="ID, IT"/>
<!-- Added ID, IT, RBK, DS, URL -->
<property name="allowedAbbreviations" value="ID, IT, RBK, DS, URL"/>
<property name="tokens"
value="CLASS_DEF, INTERFACE_DEF, ENUM_DEF, ANNOTATION_DEF, ANNOTATION_FIELD_DEF,
PARAMETER_DEF, VARIABLE_DEF, METHOD_DEF"/>