Skip to content

Commit

Permalink
fix(opacheck): ignore unused stdin (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
eshepelyuk authored Nov 17, 2023
1 parent a3f8687 commit 78cac91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/null-ls/builtins/diagnostics/opacheck.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ return h.make_builtin({
check_exit_code = function(code)
return code <= 1
end,
to_stdin = false,
from_stderr = true,
multiple_files = true,
on_output = handle_opacheck_output,
Expand Down

0 comments on commit 78cac91

Please sign in to comment.