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: refactor linter configurations and update GitHub workflows
- Update golangci-lint-action to version 7 in GitHub workflow
- Specify version v2.0 for golangci-lint-action in GitHub workflow
- Set golangci.yml version to "2"
- Change linter configuration to "default: none" in golangci.yml
- Replace multiple linter settings with a single "settings" entry in golangci.yml
- Add exclusions and presets for generated code in golangci.yml
- Add paths exclusions for third_party, builtin, and examples in golangci.yml
- Enable gofmt, gofumpt, and goimports formatters in golangci.yml
- Replace ioutil with io in size_test.go
Signed-off-by: Bo-Yi Wu <[email protected]>
0 commit comments