vim-syntastic / syntastic

Syntax checking hacks for vim
Do What The F*ck You Want To Public License
11.3k stars 1.14k forks source link

Adapt bashate.vim to new bashate output format in version 0.6.0 #2263

Closed idgserpro closed 5 years ago

idgserpro commented 5 years ago

As of 0.6.0, the output format was changed to pep8 output format:

"%(filename)s:%(filelineno)s:1: %(error)s"

https://github.com/openstack/bashate/commit/b530efc0691aea663669cd97cb3406b47ad27938

This is similar to https://github.com/vim-syntastic/syntastic/issues/2076 but now for a different format.

lcd047 commented 5 years ago

Please try 11aa21ed.