Migrate to max line length of 100

This commit moves the checkstyle rule of max line length from 140
characters to 100 characters. We whitelist all existing violations and
will address them in follow-ups.

Relates #23623
This commit is contained in:
Jason Tedor 2017-03-17 11:19:58 -04:00 committed by GitHub
parent 89cbb0fed5
commit e8b2f9afd4
2 changed files with 3353 additions and 164 deletions

View File

@ -22,7 +22,7 @@
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"/>
<property name="max" value="100"/>
</module>
<module name="AvoidStarImport" />

File diff suppressed because it is too large Load Diff