Skip to content

Commit

Permalink
remove ConstantName module
Browse files Browse the repository at this point in the history
  • Loading branch information
boroda4436 authored Sep 12, 2023
1 parent 7939165 commit f8ecc4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion java/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<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 f8ecc4a

Please sign in to comment.