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
level=warning msg="[runner] The linter 'golint' is deprecated (since v1.41.0) due to: The repository of the linter has been archived by the owner. Replaced by revive."
Proposal
In our linter we are using
golint
plugin which is deprecated, we should replace it withrevive
and fix any potential linter problems in the codebase.keda/.golangci.yml
Line 20 in d75dbee
Anything else?
Related: #1158
The text was updated successfully, but these errors were encountered: