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
ci: adopt golangci-lint v2.0 with custom configuration
- Update golangci-lint GitHub Action to use v7 and set version to v2.0
- Add a .golangci.yml configuration file with a custom set of enabled linters and formatters
- Suppress unused error return warning in startConsumer by adding nolint:unparam and always returning nil
Signed-off-by: Bo-Yi Wu <[email protected]>
0 commit comments