google / swift

The Swift Programming Language
https://swift.org/
840 stars 66 forks source link

Use the whitespace linter to raise line length violations #248

Closed dabelknap closed 5 years ago

dabelknap commented 5 years ago

If a line is flagged as too long, "AddLine" errors are suppressed for that line since they are redundant. Also, line length violations are not raised if the formatted text exceeds the line limit.