Skip to content

refactor!: remove go-github dependency and implement internal GitHub API client #154

refactor!: remove go-github dependency and implement internal GitHub API client

refactor!: remove go-github dependency and implement internal GitHub API client #154

Triggered via pull request October 28, 2025 11:23
Status Failure
Total duration 18s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: github_test.go#L217
SA5011: possible nil pointer dereference (staticcheck)
lint: github_test.go#L214
SA5011(related information): this check suggests that the pointer can be nil (staticcheck)
lint: github_test.go#L206
SA5011: possible nil pointer dereference (staticcheck)
lint: github_test.go#L203
SA5011(related information): this check suggests that the pointer can be nil (staticcheck)
lint: github_test.go#L150
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
lint: github_test.go#L136
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)
lint: github_test.go#L100
Error return value of `w.Write` is not checked (errcheck)
lint: github_test.go#L88
Error return value of `w.Write` is not checked (errcheck)
lint: github_test.go#L76
Error return value of `w.Write` is not checked (errcheck)
lint: github_test.go#L60
Error return value of `(*encoding/json.Encoder).Encode` is not checked (errcheck)