You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using guard.nvim, the diagnostics works using the same cmd + args (always returns the output).
After fixing this (probably is not waiting enough for the diagnostics or something like that), i will make a PR to add the bundle_rubocop to the config (uses bundle to run rubocop installed on project instead of running from the shell), like i did on guard:
Using
i debugged the rubocop.lua, the output variable on InsertLeave / TextChanged is "", only saving works. I have added the stdin function:
The error:
Using guard.nvim, the diagnostics works using the same cmd + args (always returns the output).
After fixing this (probably is not waiting enough for the diagnostics or something like that), i will make a PR to add the bundle_rubocop to the config (uses bundle to run rubocop installed on project instead of running from the shell), like i did on guard:
https://github.com/nvimdev/guard.nvim/blob/main/lua/guard/tools/linter/rubocop.lua
The text was updated successfully, but these errors were encountered: