xojs/xo

No lint issues output on Windows

enricoangelon opened this issue · 3 comments

I ran into an issue where running xo on Windows doesn't log any linting issue on the project, but using any other platform will work as expected.

No output or does it just fail? I'm guessing this is a local environment issue rather than an issue with XO. However XO isn't tested on Windows so it could be anything

runs-on: ubuntu-latest

Does ESLint work? Try running that first

On Windows very simply the command to test the linting ends immediately and no output is returned, it doesn't seem to me to be an environment problem and moreover it has always done this with different Windows installations, the only way to solve the problem is to use wsl extension. However ESLint seems to work correctly, giving an adequate output.

Works fine for me on various Windows machines, so this hints there's something wrong in your case.

You should share a minimum repo so that people can try to reproduce the issue.