You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am setting up golangci-lint at work, and I want to be able to differentiate between style suggestions and linting errors that indicate bugs. golangci-lint has a severity configuration that I can set to warning or error, but vscode displays the linting results always as a warning. Is there a way to fix that?
I don't know if this is a golangci-lint question or a vscode question or a vscode-go question, so I'm asking it in all 3 places to see if anyone knows the answer :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am setting up golangci-lint at work, and I want to be able to differentiate between style suggestions and linting errors that indicate bugs. golangci-lint has a
severity
configuration that I can set to warning or error, but vscode displays the linting results always as a warning. Is there a way to fix that?I don't know if this is a golangci-lint question or a vscode question or a vscode-go question, so I'm asking it in all 3 places to see if anyone knows the answer :)
Beta Was this translation helpful? Give feedback.
All reactions