Skip to content

Commit cd01ec7

Browse files
committed
checkstyle.xml: solve broken build
1 parent bde1003 commit cd01ec7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/checkstyle/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
<!-- Checks for naming conventions: -->
202202
<!-- See https://checkstyle.org/checks/naming -->
203203
<module name="AbbreviationAsWordInName">
204-
<property name="allowedAbbreviationLength" value="5"/>
204+
<property name="allowedAbbreviationLength" value="6"/>
205205
<property name="ignoreFinal" value="false"/>
206206
<property name="tokens" value="CLASS_DEF, INTERFACE_DEF, ENUM_DEF, ANNOTATION_DEF, ANNOTATION_FIELD_DEF, PARAMETER_DEF, VARIABLE_DEF, METHOD_DEF, PATTERN_VARIABLE_DEF, RECORD_DEF, RECORD_COMPONENT_DEF"/>
207207
</module>

0 commit comments

Comments
 (0)