Skip to content

Commit 472bece

Browse files
committed
Change severity of JavadocTagContinuationIndentation checkstyle rule from "warning" to default ("error")
1 parent 742fa41 commit 472bece

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

google-style.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,7 @@
177177
<property name="allowSamelineMultipleAnnotations" value="true"/>
178178
</module>
179179
<module name="NonEmptyAtclauseDescription"/>
180-
<module name="JavadocTagContinuationIndentation">
181-
<property name="severity" value="warning"/>
182-
</module>
180+
<module name="JavadocTagContinuationIndentation"/>
183181
<module name="SummaryJavadoc">
184182
<property name="forbiddenSummaryFragments" value="^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"/>
185183
</module>

0 commit comments

Comments
 (0)