Go で書き直した #1
check-go.yml
on: push
lint
/
lint-on-pull-request
0s
lint
/
lint-on-push
48s
build
/
run
Annotations
5 errors
lint / lint-on-push:
main.go#L115
S1005: unnecessary assignment to the blank identifier (gosimple)
|
lint / lint-on-push:
main.go#L158
S1005: unnecessary assignment to the blank identifier (gosimple)
|
lint / lint-on-push:
main.go#L115
[golangci] reported by reviewdog 🐶
S1005: unnecessary assignment to the blank identifier (gosimple)
Raw Output:
main.go:115:5: S1005: unnecessary assignment to the blank identifier (gosimple)
transportStreamID, _ := transportStreamIDs[service.ID]
^
|
lint / lint-on-push:
main.go#L158
[golangci] reported by reviewdog 🐶
S1005: unnecessary assignment to the blank identifier (gosimple)
Raw Output:
main.go:158:5: S1005: unnecessary assignment to the blank identifier (gosimple)
transportStreamID, _ := transportStreamIDs[channel.ID]
^
|
lint / lint-on-push
reviewdog exited with status code: 1
|