Merge pull request #16413 from nik9000/line_length_suppress
Fail build for lines longer than 140 characters
This commit is contained in:
commit
1f5cfd0a76
|
@ -11,11 +11,12 @@
|
|||
</module>
|
||||
|
||||
<module name="TreeWalker">
|
||||
<!-- ~3500 violations
|
||||
<!-- Its our official line length! See checkstyle_suppressions.xml for the files that don't pass this. For now we
|
||||
suppress the check there but enforce it everywhere else. This prevents the list from getting longer even if it is
|
||||
unfair. -->
|
||||
<module name="LineLength">
|
||||
<property name="max" value="140"/>
|
||||
</module>
|
||||
-->
|
||||
|
||||
<module name="AvoidStarImport" />
|
||||
<!-- Doesn't pass but we could make it pass pretty quick.
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue