Skip to content

Commit

Permalink
DTP-4295 Update checkstyle for new version
Browse files Browse the repository at this point in the history
As of 8.42 Javadoc method uses accessModifiers instead of scope, see:
jshiell/checkstyle-idea#525 (comment)
  • Loading branch information
cbigler-bridg committed Mar 31, 2023
1 parent 434d582 commit 75b1b1b
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 @@ -219,7 +219,7 @@
<property name="target" value="CLASS_DEF, INTERFACE_DEF, ENUM_DEF, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"/>
</module>
<module name="JavadocMethod">
<property name="scope" value="public"/>
<property name="accessModifiers" value="public"/>
<property name="allowMissingParamTags" value="true"/>
<property name="allowMissingReturnTag" value="true"/>
<property name="allowedAnnotations" value="Bean, Before, BeforeEach, Override, Test"/>
Expand Down

0 comments on commit 75b1b1b

Please sign in to comment.