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: reorganize and update golangci-lint configuration
- Update golangci-lint action to use version 7 and specify version 2.0
- Specify golangci-lint configuration version as "2"
- Replace `enable-all`, `disable-all` with `default: none` in golangci configuration
- Remove multiple linters from golangci configuration
- Add new exclusion rules for generated code and preset exclusions
- Reorganize formatter settings in golangci configuration and enable gofmt and goimports
- Remove run timeout setting from golangci configuration
Signed-off-by: appleboy <[email protected]>
0 commit comments