SublimeLinter / SublimeLinter-flake8

SublimeLinter plugin for python, using flake8.
MIT License
184 stars 28 forks source link

Finetune position of `E303` errors #128

Closed kaste closed 2 years ago

kaste commented 2 years ago

Before:

image

After:

image

Especially when one of the lines had whitespace:

Before:

image

Now:

image