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.
let g:go_metalinter_excludes = [".*\.pb\.go"]
Most helpful comment
let g:go_metalinter_excludes = [".*\.pb\.go"]