Skip to content

Commit

Permalink
dbeaver/dbeaver-ee#1590 Checkstyle config fix (dbeaver#17680)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadelessFox authored Sep 19, 2022
1 parent 556fc99 commit 99179db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dbeaver-checkstyle-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
</module>
<module name="Indentation">
<property name="basicOffset" value="4"/>
<property name="braceAdjustment" value="4"/>
<property name="braceAdjustment" value="0"/>
<property name="caseIndent" value="4"/>
<property name="throwsIndent" value="8"/>
<property name="lineWrappingIndentation" value="4"/>
Expand All @@ -259,6 +259,7 @@
<module name="AbbreviationAsWordInName">
<property name="ignoreFinal" value="false"/>
<property name="allowedAbbreviationLength" value="3"/>
<property name="allowedAbbreviations" value="JDBC,DBS,DBN,DBP"/>
<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,
Expand Down

0 comments on commit 99179db

Please sign in to comment.