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: update linting configuration and dependencies in GitHub Actions
- Update golangci-lint-action to v7 in the GitHub Actions workflow
- Update codecov-action to v5 in the GitHub Actions workflow
- Set golangci-lint configuration version to "2"
- Replace `enable-all`, `disable-all`, and `fast` settings with `default: none`
- Remove specific linters: gofmt, goimports, gosimple, stylecheck, typecheck
- Add exclusions for generated code and predefined presets
- Add formatting tools: gofmt, goimports
- Include exclusions for certain paths like third_party, builtin, and examples
Signed-off-by: appleboy <[email protected]>
0 commit comments