Skip to content

Commit

Permalink
disbaled javadoc check (#392)
Browse files Browse the repository at this point in the history
* disbaled javadoc check

* changed the scope for javadocmethod to nothing

* added new lines for readbility
  • Loading branch information
pbrahmbhatt3 authored and wslulciuc committed Mar 7, 2019
1 parent 41cc011 commit d0bc9ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<!--
Checkstyle configuration that checks the Google coding conventions from Google Java Style
that can be found at https://google.github.io/styleguide/javaguide.html.
Checkstyle is very configurable. Be sure to read the documentation at
http://checkstyle.sf.net (or in your downloaded distribution).
To completely disable a check, just comment it out or delete it from the file.
Authors: Max Vetrenko, Ruslan Diachenko, Roman Ivanov.
-->

Expand Down Expand Up @@ -231,7 +231,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="scope" value="nothing"/>
<property name="allowMissingParamTags" value="true"/>
<property name="allowMissingThrowsTags" value="true"/>
<property name="allowMissingReturnTag" value="true"/>
Expand Down

0 comments on commit d0bc9ec

Please sign in to comment.