We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea9b565 + bf732e5 commit 04129d7Copy full SHA for 04129d7
linter.py
@@ -61,10 +61,9 @@ def on_stderr(self, stderr):
61
logger.error(stderr)
62
63
def parse_output(self, proc, virtual_view):
64
- settings = self.get_view_settings()
65
errors = super().parse_output(proc, virtual_view)
66
67
- if not settings.get('ignore_fixables', True):
+ if not self.settings.get('ignore_fixables', True):
68
return errors
69
70
trims_ws = self.view.settings().get('trim_trailing_white_space_on_save')
0 commit comments