Skip to content

Commit

Permalink
add constant naming checkstyle rule (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
boroda4436 authored Sep 1, 2023
1 parent 2680c6f commit 7939165
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<property name="ignorePattern" value="^package.*|^import.*|a href|href|http://|https://|ftp://"/>
</module>
<module name="TreeWalker">
<module name="ConstantName"/>
<module name="OuterTypeFilename"/>
<module name="IllegalTokenText">
<property name="tokens" value="STRING_LITERAL, CHAR_LITERAL"/>
Expand Down

0 comments on commit 7939165

Please sign in to comment.