pylint.vim 不显示警告
我刚刚安装了 pylint 和 pylint.vim 插件,但是当从 vim 调用 pylint 时,它只显示代码率,而不显示警告。有人知道为什么会这样吗?
I just installed pylint and pylint.vim plugin but when pylint is invoked from vim it only shows a code rate and not the warnings.Anyone got any ideas why this is so?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
可能是由于最近 pylint 输出格式的更改(现在显示列号)引起的。您是否尝试过 http://vim.wikia.com/wiki/Script:891 或http://www.held.org.il/blog/2011/08/pylint-vim-plugin-update-0-24-0-support/ ?
Probably caused by the recent change in pylint output format (which now displays the column number). Have you tried http://vim.wikia.com/wiki/Script:891 or http://www.held.org.il/blog/2011/08/pylint-vim-plugin-update-0-24-0-support/ ?
正在摆弄这个,只是勉强让它工作。
我更改的两行是:
this Works with pylint 0.26.
希望这有帮助。
was playing around with this and just barely got it to work.
the two lines i changed were:
this works with pylint 0.26.
hopefully this helps.