google / swift

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

Fix false diagnostics in BlankLinesBetweenMembers. #257

Closed allevato closed 5 years ago

allevato commented 5 years ago

Also remove the bits of the rule that check for violations of maximum contiguous blank lines; the pretty printer does this.

allevato commented 5 years ago

I'll circle back around Monday morning and add some lint tests.