msherry / flycheck-pycheckers

Multiple syntax checker for Python in Emacs, using Flycheck
GNU General Public License v3.0
63 stars 23 forks source link

Non-zero exit code treated as error #65

Closed avkoval closed 1 year ago

avkoval commented 1 year ago

I was fighting with some misconfiguration on my side (mypy.ini has not existing plugin) and it was very difficult to diagnose. Finally I found that errors are silently ignored in default case, my fix for this problem is attached,