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
Yes I see what the issues is ... Unfortunately the bug is even upstream of us, technically the lfs project needs a fix, anything else we can do is just a hack around the missing option there (raised upstream issue here).
In the mean time we can probably fudge and catch this particular error state, check again to see why we we ended up there, then hope for the best and go on. This isn't ideal though and I would suggest part of the problem is luacheck should be allowed to manage it's own threads instead of having them imposed. I'll raise that on the pre-check issue.
I am trying to use luacheck in pre-commit.ci and get a lot of false positives there.
This is the output I get:
The devs over at pre-commit looked into the issue and came to the conclusion that luacheck is racing with its cache directory creation.
pointing to this code:
luacheck/src/luacheck/fs.lua
Lines 177 to 201 in 81e0835
This is the issue I raised with pre-commit.ci: pre-commit-ci/issues#114
The text was updated successfully, but these errors were encountered: