Skip to content

Commit

Permalink
🩹 Increase lineLength max value in checker
Browse files Browse the repository at this point in the history
  • Loading branch information
cqgong committed Sep 4, 2024
1 parent a89f595 commit 6865a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"https://checkstyle.org/dtds/configuration_1_3.dtd">
<module name="Checker">
<module name="LineLength">
<property name="max" value="150"/>
<property name="max" value="200"/>
</module>
<!-- Add more modules as needed -->
</module>

0 comments on commit 6865a8b

Please sign in to comment.