We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a2ad8 commit a27b2bbCopy full SHA for a27b2bb
1 file changed
config/checkstyle/checkstyle.xml
@@ -197,7 +197,7 @@
197
<module name="SingleLineJavadoc"/>
198
<module name="SummaryJavadoc">
199
<property name="forbiddenSummaryFragments"
200
- value="^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"/>
+ value="^@return the *|^This method returns |^A [{]@code [0-9A-Za-z]+[}]( is a )"/>
201
<property name="period" value=""/>
202
</module>
203
0 commit comments