Skip to content

Multiparty

Multiparty #343

Triggered via pull request March 5, 2024 11:23
Status Failure
Total duration 39s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
lint: broadcastTypes.go#L86
func `(*responseMsg).getType` is unused (unused)
lint: broadcastTypes.go#L279
field `from` is unused (unused)
lint: broadcast_test.go#L21
type `testBroadcastResponse` is unused (unused)
lint: broadcast_test.go#L23
func `(*testBroadcastResponse).ProtoReflect` is unused (unused)
lint: clientserver.go#L77
S1009: should omit nil check; len() for []string is defined as zero (gosimple)
lint: broadcast.go#L42
S1019: should use make(chan struct{}) instead (gosimple)
lint: broadcast_test.go#L242
S1019: should use make(chan *Message) instead (gosimple)
lint: broadcastTypes.go#L301
SA1029: should not use built-in type string as key for value; define your own type to avoid collisions (staticcheck)
lint
issues found
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3, actions/checkout@v3, actions/setup-go@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.