Skip to content

Commit

Permalink
Enable Checkstyles JavadocStyleCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Jan 23, 2023
1 parent 499f922 commit 04be666
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 @@ -710,6 +710,7 @@
<module name="InnerAssignment" />
<module name="InvalidJavadocPosition" />
<module name="JavadocBlockTagLocation" />
<module name="JavadocStyle"/>
<module name="LocalVariableName" />
<module name="MatchXpath">
<property name="query" value="//BLOCK_COMMENT_BEGIN[./COMMENT_CONTENT[contains(@text, '@author')]]" />
Expand Down

0 comments on commit 04be666

Please sign in to comment.