Skip to content
New issue

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 broke after vale fix (Ensure linter receives all content before closing stdin commit) #131

Closed
cpkio opened this issue Dec 9, 2021 · 1 comment

Comments

@cpkio
Copy link
Contributor

cpkio commented Dec 9, 2021

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.

mfussenegger added a commit that referenced this issue Dec 28, 2021
Fixes #144

Let's hope that's still good enough to keep
#131 closed.
@mfussenegger
Copy link
Owner

Could you check if this still works after #145 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants