Remove style check for inline '<p>'

This commit is contained in:
JësFot 2020-11-18 02:52:36 +01:00
parent b5793270d6
commit 980178b025
1 changed files with 3 additions and 1 deletions

View File

@ -268,7 +268,9 @@
<property name="forbiddenSummaryFragments"
value="^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"/>
</module>
<module name="JavadocParagraph"/>
<module name="JavadocParagraph">
<property name="allowNewlineParagraph" value="false" />
</module>
<module name="AtclauseOrder">
<property name="tagOrder" value="@param, @return, @throws, @deprecated"/>
<property name="target"