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.43k stars 72 forks source link

fix(formatting): npm_groovy_lint.lua: fix timeout and no error #61

Closed mosheavni closed 7 months ago

mosheavni commented 7 months ago

Fix npm-groovy-lint, --failon none causes the script to always exit 0 (desired in this case of formatting), and increase the timeout for the cli that can take time

mochaaP commented 7 months ago

Thanks! Could you add the corresponding documentation URL to the commit message?

mosheavni commented 7 months ago

Thanks! Could you add the corresponding documentation URL to the commit message?

done