Skip to content

Commit 5196b00

Browse files
committed
Update config
1 parent 41ee315 commit 5196b00

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

buildscripts/checkstyle.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,17 +153,14 @@
153153
value="CLASS_DEF, INTERFACE_DEF, ENUM_DEF, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"/>
154154
</module>
155155
<module name="JavadocMethod">
156-
<property name="scope" value="public"/>
156+
<property name="accessModifiers" value="public"/>
157157
<property name="allowMissingParamTags" value="true"/>
158-
<property name="allowMissingThrowsTags" value="true"/>
159158
<property name="allowMissingReturnTag" value="true"/>
160-
<property name="minLineCount" value="2"/>
161159
<!-- <!-\- Too restrictive for tests -\-> -->
162160
<!-- <property name="allowedAnnotations" value="Override, Test"/ -->
163161
<property name="allowedAnnotations"
164162
value="Override, Test, Before, After, BeforeClass, AfterClass, Setup,
165163
TearDown"/>
166-
<property name="allowThrowsTagsForSubclasses" value="true"/>
167164
</module>
168165
<module name="MethodName">
169166
<property name="format" value="^[a-z][a-z0-9][a-zA-Z0-9_]*$"/>

0 commit comments

Comments
 (0)