pylint.vim 不显示警告

发布于 2024-12-10 22:14:03 字数 85 浏览 0 评论 0原文

我刚刚安装了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

他是夢罘是命 2024-12-17 22:14:03

可能是由于最近 pylint 输出格式的更改(现在显示列号)引起的。您是否尝试过 http://vim.wikia.com/wiki/Script:891http://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/ ?

瑶笙 2024-12-17 22:14:03

正在摆弄这个,只是勉强让它工作。
我更改的两行是:

CompilerSet makeprg=(pylint\ -r\ y\ --output-format=parseable\ %)

CompilerSet efm=%f:%l:\ [%t]%m,%f:%l:%m

this Works with pylint 0.26.
希望这有帮助。

was playing around with this and just barely got it to work.
the two lines i changed were:

CompilerSet makeprg=(pylint\ -r\ y\ --output-format=parseable\ %)

CompilerSet efm=%f:%l:\ [%t]%m,%f:%l:%m

this works with pylint 0.26.
hopefully this helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文