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 2cab1c5 commit 5e5a627Copy full SHA for 5e5a627
1 file changed
src/conf/checkstyle.xml
@@ -68,7 +68,7 @@ limitations under the License.
68
<module name="LineLength">
69
<!-- Ignore lines that begin with " * ", such as within a Javadoc comment. -->
70
<property name="ignorePattern" value="^ *\* *[^ ]"/>
71
- <property name="max" value="120"/>
+ <property name="max" value="160"/>
72
</module>
73
74
0 commit comments