- Removed `deadcode`, `structcheck`, and `varcheck` linters from `.golangci.yml`
- Fixed a typo in a comment in `daemon.go`
- Renamed `defaultActionsUrl` to `defaultActionsURL` in `exec.go`
- Removed unnecessary else clause in `exec.go` and `runner.go`
- Simplified variable initialization in `exec.go`
- Changed function name from `getHttpClient` to `getHTTPClient` in `http.go`
- Removed unnecessary else clause in `labels_test.go`
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
deadcode,structcheck, andvarchecklinters from.golangci.ymldaemon.godefaultActionsUrltodefaultActionsURLinexec.goexec.goandrunner.goexec.gogetHttpClienttogetHTTPClientinhttp.golabels_test.goSigned-off-by: Bo-Yi Wu appleboy.tw@gmail.com