Wrong error message when using max_empty_lines
with rule vertical_whitespace
#1763
Labels
bug
Unexpected and reproducible misbehavior.
Hello,
My swiftlint file is configured like:
and it works fine but the warning message is wrong. So instead of saying
warning: Vertical Whitespace Violation: Limit vertical whitespace to a single empty line. Currently 4. (vertical_whitespace)
it should saywarning: Vertical Whitespace Violation: Limit vertical whitespace to 2 empty lines. Currently 4. (vertical_whitespace)
The text was updated successfully, but these errors were encountered: