flycheck-pycheckers icon indicating copy to clipboard operation
flycheck-pycheckers copied to clipboard

Windows flake8 output is different than unixen

Open msherry opened this issue 6 years ago • 1 comments

See #11 for the motivating report, but we should be able to handle output from Windows-run linters as well as OSX/Linux.

msherry avatar Nov 12 '19 18:11 msherry

Hi I did some tests, and contrary to what you observed in the output I posted in #11, the output is the one from the error pipe and it's the same as the one of mypy or pylint. Actually in linux it perfectly works, only in Windows for some reason the flake8 output is not parsed by flycheck. I think I have to investigate directly the flycheck implementation...or probably just ensure that I have the last version of the *.el file.

Do you have any suggestion on how to step through the lisp file of flycheck when called?

sfavazza avatar Nov 22 '19 23:11 sfavazza