Replies: 1 comment 1 reply
-
Yes, sure, you can suppress specific warnings in lsp-mode and gopls to avoid seeing the "unkeyed fields" warning in your modeline. To achieve this, you can customize the The |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When editing a Go file, I see three warnings in the modeline (it says
FlyC:0|3
there). The affected locations in the code are highlighted. However, the respective “error” (unkeyed fields) is made deliberately by me and I don’t want to change that. Can this specific warning be suppressed on any level (lsp-mode or gopls)?Beta Was this translation helpful? Give feedback.
All reactions