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
chore: refactor linting configuration and improve test error handling
- Update `.golangci.yml` to version 2
- Replace `enable-all` and `disable-all` with `default: none` in `.golangci.yml`
- Remove specific linters from `.golangci.yml`
- Add exclusions and formatters sections to `.golangci.yml`
- Replace `ioutil.TempFile` with `os.CreateTemp` in `local_file_test.go`
- Change error handling in `local_file_test.go` to use `t.Fatalf` instead of `t.Error`
Signed-off-by: Bo-Yi Wu <[email protected]>
0 commit comments