Skip to content

Commit

Permalink
update checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
matsudamper committed May 3, 2023
1 parent a300a40 commit 7f40db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/checkstyle/graphql-codegen-check-style.xml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
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="Override, Test"/>
Expand Down

0 comments on commit 7f40db4

Please sign in to comment.