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.39k stars 69 forks source link

feat(builtins): add bean-check linter #108

Closed AlxHnr closed 4 months ago

AlxHnr commented 4 months ago

We already have bean-format as a builtin. This pull request adds the complementary diagnostics counterpart, bean-check.

mochaaP commented 4 months ago

thanks!