We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tidy
vale
Ensure linter receives all content before closing stdin
For some reason tidy (on Windows) didn't like the fix you've done for vale. I had to revert to
stdin:write('\n', function() stdin:shutdown() stdin:close() end)
and set ignore_exitcode = true to get rid of tidy annoying me with 'exited with code 2' error.
ignore_exitcode = true
The text was updated successfully, but these errors were encountered:
d6a76b3
Flush stdin without extra newline
b6b82c2
Fixes #144 Let's hope that's still good enough to keep #131 closed.
Could you check if this still works after #145 ?
Sorry, something went wrong.
No branches or pull requests
For some reason
tidy
(on Windows) didn't like the fix you've done forvale
. I had to revert toand set
ignore_exitcode = true
to get rid oftidy
annoying me with 'exited with code 2' error.The text was updated successfully, but these errors were encountered: