Skip to content

Commit

Permalink
chore(checkstyle): added further valid abbreviations
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Schweppenhäuser <[email protected]>
  • Loading branch information
schwepmo committed May 31, 2024
1 parent 91064b0 commit c085a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
<module name="AbbreviationAsWordInName">
<property name="ignoreFinal" value="false"/>
<property name="allowedAbbreviationLength" value="1"/>
<property name="allowedAbbreviations" value="CAM,IVIM,SPATM,DENM" />
<property name="allowedAbbreviations" value="CAM,IVIM,SPATM,DENM,SQL,CMD" />
</module>
<module name="OverloadMethodsDeclarationOrder"/>
<module name="VariableDeclarationUsageDistance"/>
Expand Down

0 comments on commit c085a89

Please sign in to comment.