I work in a code base where I do not own most files. When editing a file that I am responsible for, I see several a warning at the include statement to a header file owned by another team, which I have no control over. I would like to only see warnings caused in the currently opened file and hide warnings from included headers. Is this currently possible?
If relevant, I am using Neovim with LanguageClient-neovim.