gpt4 book ai didi

vim - 如何使用 Vim 和 Syntastic 忽略 Angular 指令 lint 错误

转载 作者:行者123 更新时间:2023-12-03 09:08:45 27 4
gpt4 key购买 nike

当我使用专有 html 属性时 Syntastic 的 lint 工具不断警告我时,这令人困惑,尤其是在使用 Angular 指令时。

enter image description here

这很快就淹没了我的 html 中的实际错误,减少了 linter 错误的值,并增加了视觉噪音。

有没有办法避免这种情况?

最佳答案

我问了这个关于 tidy errors in VIM on Syntastic's issue tracker 的确切问题。

添加到您的 vimrc:

let g:syntastic_html_tidy_ignore_errors=['proprietary attribute "ng-']

这将消除以 ng- 为前缀的任何属性的错误,为所有其他专有属性留下错误。

如果您有自己的指令的命名空间前缀,您也可以将其添加到此列表中。
let g:syntastic_html_tidy_ignore_errors=[
\'proprietary attribute "ng-',
\'proprietary attribute "pdk-'
\]

关于vim - 如何使用 Vim 和 Syntastic 忽略 Angular 指令 lint 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18270355/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com