This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
dyncfgv2 #2501
Triggered via pull request
February 26, 2024 12:12
Status
Failure
Total duration
22m 32s
Artifacts
–
reviewdog.yml
on: pull_request
Prepare Review Jobs
4s
actionlint
0s
golangci-lint
42s
hadolint
5s
shellcheck
0s
yamllint
11s
Annotations
7 errors
golangci-lint:
modules/zookeeper/fetcher.go#L46
[golangci] reported by reviewdog 🐶
func `(*zookeeperFetcher).disconnect` is unused (unused)
Raw Output:
modules/zookeeper/fetcher.go:46:28: func `(*zookeeperFetcher).disconnect` is unused (unused)
func (c *zookeeperFetcher) disconnect() {}
^
|
golangci-lint:
modules/windows/windows.go#L84
[golangci] reported by reviewdog 🐶
field `doCheck` is unused (unused)
Raw Output:
modules/windows/windows.go:84:3: field `doCheck` is unused (unused)
doCheck bool
^
|
golangci-lint:
agent/jobmgr/cache.go#L158
[golangci] reported by reviewdog 🐶
func `(*runningJobs).has` is unused (unused)
Raw Output:
agent/jobmgr/cache.go:158:23: func `(*runningJobs).has` is unused (unused)
func (c *runningJobs) has(fullName string) bool {
^
|
golangci-lint:
agent/jobmgr/cache.go#L181
[golangci] reported by reviewdog 🐶
func `(*retryingTasks).has` is unused (unused)
Raw Output:
agent/jobmgr/cache.go:181:25: func `(*retryingTasks).has` is unused (unused)
func (c *retryingTasks) has(cfg confgroup.Config) bool {
^
|
golangci-lint:
agent/jobmgr/manager.go#L235
[golangci] reported by reviewdog 🐶
S1023: redundant `return` statement (gosimple)
Raw Output:
agent/jobmgr/manager.go:235:2: S1023: redundant `return` statement (gosimple)
return
^
|
golangci-lint:
agent/jobmgr/manager.go#L174
[golangci] reported by reviewdog 🐶
SA9003: empty branch (staticcheck)
Raw Output:
agent/jobmgr/manager.go:174:3: SA9003: empty branch (staticcheck)
if m.FileStatusStore.Contains(ecfg.cfg, "") {
^
|
golangci-lint
reviewdog exited with status code: 1
|