nvim-lint
nvim-lint copied to clipboard
fix(ruff): SyntaxError as error not warn
Fixes #811 -- ruff no longer reports code E999 for SyntaxError's this updates the ruff linter to check the message for SyntaxError at the beginning of the message.