We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1913c0a commit 3f9109bCopy full SHA for 3f9109b
checkstyle.xml
@@ -53,7 +53,7 @@
53
</module>
54
<module name="LineLength">
55
<property name="max" value="80"/>
56
- <property name="ignorePattern" value="^[ \t]*([a-zA-Z0-9\{\}\+\|\&\"@\(\)<>]|//)|@link|@see"/>
+ <property name="ignorePattern" value="^[ \t]*([a-zA-Z0-9\{\}\+\|\&\"@\(\)><]|//)|@link|@see"/>
57
<message key="maxLineLen" value="Comment line is longer than {0,number,integer} characters (found {1,number,integer})."/>
58
59
<module name="AvoidStarImport"/>
0 commit comments