Skip to content

Update hive.go

Update hive.go #250

GitHub Actions / golangci-web failed Feb 14, 2024 in 0s

reviewdog [golangci-web] report

reported by reviewdog 🐶

Findings (1)

web/subscriptionmanager/subscription_manager.go|378 col 29| unused-parameter: parameter 'clientID' seems to be unused, consider removing or renaming it as _ (revive)

Filtered Findings (0)

Annotations

Check failure on line 378 in web/subscriptionmanager/subscription_manager.go

See this annotation in the file changed.

@github-actions github-actions / golangci-web

[golangci-web] web/subscriptionmanager/subscription_manager.go#L378

unused-parameter: parameter 'clientID' seems to be unused, consider removing or renaming it as _ (revive)
Raw output
subscriptionmanager/subscription_manager.go:378:29: unused-parameter: parameter 'clientID' seems to be unused, consider removing or renaming it as _ (revive)
	s.subscribers.ForEach(func(clientID C, topics *shrinkingmap.ShrinkingMap[T, int]) bool {
	                           ^