Skip to content

Commit

Permalink
Enable Checkstyle's LocalVariableName check (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie authored Jun 1, 2022
1 parent 8277b43 commit cf7bb65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,7 @@
<module name="InnerAssignment" />
<module name="InvalidJavadocPosition" />
<module name="JavadocBlockTagLocation" />
<module name="LocalVariableName" />
<module name="MatchXpath">
<property name="query" value="//BLOCK_COMMENT_BEGIN[./COMMENT_CONTENT[contains(@text, '@author')]]" />
<message key="matchxpath.match" value="Avoid the `@author` Javadoc tag; Git history suffices." />
Expand Down

0 comments on commit cf7bb65

Please sign in to comment.