Checkstyle checks that comments are not longer than 80 characters long.
How do i override this limitation and give it another value, i.e. 140?
<module name="LineLength">
<property name="max" value="140"/>
</module>
should take care of comments
as well
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With