Vim-go: GoMetaLinter disable for some files

Created on 13 Jun 2017  路  1Comment  路  Source: fatih/vim-go

When you use generated files , for instance from protobuf it provokes a lot of warnings.

It would be really cool if there will be an option to disable checking for some files.

Most helpful comment

let g:go_metalinter_excludes = [".*\.pb\.go"]

>All comments

let g:go_metalinter_excludes = [".*\.pb\.go"]

Was this page helpful?
0 / 5 - 0 ratings

Related issues

preslavmihaylov picture preslavmihaylov  路  3Comments

Michael-F-Ellis picture Michael-F-Ellis  路  3Comments

mnarrell picture mnarrell  路  3Comments

danielmanesku picture danielmanesku  路  4Comments

surest picture surest  路  3Comments