nvimtools / none-ls.nvim

null-ls.nvim reloaded / Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
The Unlicense
2.58k stars 83 forks source link

Updates swiftlint builtins to check exit code #14

Closed jakenvac closed 11 months ago

jakenvac commented 12 months ago

Swiftlint returns a 2 exit code when it detects errors in your code, I've added a check to account for that. Currently when trying to use it for diagnostics, none-ls assumes it has failed.

mochaaP commented 11 months ago

LGTM. Thanks!