Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config: add an option to ignore diagnostics warnings #3050

Merged
merged 1 commit into from
Oct 17, 2020

Conversation

bhcleek
Copy link
Collaborator

@bhcleek bhcleek commented Oct 17, 2020

Add an option, g:go_diagnostics_ignore_warnings, to allow diagnostics
provided by gopls to be ignored.

When set, warnings provided by gopls will be neither highlighted nor
shown in the quickfix window after running :GoDiagnostics or using
gopls as the metalinter.

Closes #2636

@bhcleek bhcleek added this to the vim-go 1.25 milestone Oct 17, 2020
Add an option, g:go_diagnostics_ignore_warnings, to allow diagnostics
provided by gopls to be ignored.

When set, warnings provided by gopls will be neither highlighted nor
shown in the quickfix window after running `:GoDiagnostics` or using
`gopls` as the metalinter.

Closes fatih#2636
@bhcleek bhcleek merged commit 9cfe15a into fatih:master Oct 17, 2020
@bhcleek bhcleek deleted the lsp/ignore-warnings branch October 17, 2020 15:28
bhcleek added a commit that referenced this pull request Oct 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for raising verbosity of gopls as metalinter
1 participant