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
We run both golangci-lint and revive linter when executing make check. It's better to only use one of them. Since golangci-lint is more powerful, it seems to support revive internally. we'd better only keep golangci-lint.
The text was updated successfully, but these errors were encountered:
Enhancement Task
We run both golangci-lint and revive linter when executing
make check
. It's better to only use one of them. Since golangci-lint is more powerful, it seems to support revive internally. we'd better only keep golangci-lint.The text was updated successfully, but these errors were encountered: