Prevent heap allocations in udp muxed conn addr #2789
lint.yaml
on: pull_request
lint
/
Metadata
7s
lint
/
Go
2m 41s
Annotations
12 errors and 10 warnings
Commit message check failed
Limit the subject line to 50 characters
|
lint / Metadata
Process completed with exit code 1.
|
lint / Go:
candidate_relay_test.go#L34
string `127.0.0.1:` has 8 occurrences, make it a constant (goconst)
|
lint / Go:
internal/stun/stun.go#L13
import 'github.com/pion/stun' is not allowed from list 'Main' (depguard)
|
lint / Go:
examples/ping-pong/main.go#L17
import 'github.com/pion/ice/v2' is not allowed from list 'Main' (depguard)
|
lint / Go:
examples/ping-pong/main.go#L18
import 'github.com/pion/randutil' is not allowed from list 'Main' (depguard)
|
lint / Go:
active_tcp.go#L13
import 'github.com/pion/logging' is not allowed from list 'Main' (depguard)
|
lint / Go:
active_tcp.go#L14
import 'github.com/pion/transport/v2/packetio' is not allowed from list 'Main' (depguard)
|
lint / Go:
agent.go#L19
import 'github.com/pion/ice/v2/internal/atomic' is not allowed from list 'Main' (depguard)
|
lint / Go:
agent.go#L20
import 'github.com/pion/ice/v2/internal/stun' is not allowed from list 'Main' (depguard)
|
lint / Go:
agent.go#L21
import 'github.com/pion/logging' is not allowed from list 'Main' (depguard)
|
lint / Go:
agent.go#L22
import 'github.com/pion/mdns' is not allowed from list 'Main' (depguard)
|
lint / Metadata
Restore cache failed: Dependencies file is not found in /home/runner/work/ice/ice. Supported file pattern: go.sum
|
lint / Go:
candidate_base.go#L270
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
lint / Go:
gather.go#L45
unused-parameter: parameter 'agent' seems to be unused, consider removing or renaming it as _ (revive)
|
lint / Go:
gather_test.go#L107
unused-parameter: parameter 'c' seems to be unused, consider removing or renaming it as _ (revive)
|
lint / Go:
transport_test.go#L52
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
lint / Go:
rand_test.go#L18
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
|
lint / Go:
agent.go#L400
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
lint / Go:
agent_on_selected_candidate_pair_change_test.go#L20
unused-parameter: parameter 'local' seems to be unused, consider removing or renaming it as _ (revive)
|
lint / Go:
connectivity_vnet_test.go#L174
unused-parameter: parameter 'srcAddr' seems to be unused, consider removing or renaming it as _ (revive)
|
lint / Go
Restore cache failed: Dependencies file is not found in /home/runner/work/ice/ice. Supported file pattern: go.sum
|