1
0

Let Checkstyle use longer lines

This commit is contained in:
Gary Gregory
2023-11-19 09:06:15 -05:00
parent 2521602a8a
commit 26f8919953

View File

@@ -57,7 +57,7 @@ limitations under the License.
</module> </module>
<module name="LineLength"> <module name="LineLength">
<property name="max" value="120"/> <property name="max" value="160"/>
</module> </module>
<module name="TreeWalker"> <module name="TreeWalker">