CI cleanups #468
Annotations
10 errors
Staticcheck:
app/app.go#L256
should use make(chan struct{}) instead (S1019)
|
Staticcheck:
app/app.go#L257
should use make(chan struct{}) instead (S1019)
|
Staticcheck:
app/app.go#L270
should use make(chan struct{}) instead (S1019)
|
Staticcheck:
app/app.go#L749
func (*App).info is unused (U1000)
|
Staticcheck:
app/app_test.go#L364
this value of cluster is never used (SA4006)
|
Staticcheck:
app/options.go#L333
printf-style function with dynamic format string and no further arguments should use print-style function instead (SA1006)
|
Staticcheck:
app/proxy.go#L45
should use make(chan error) instead (S1019)
|
Staticcheck:
app/proxy.go#L46
should use make(chan error) instead (S1019)
|
Staticcheck:
benchmark/benchmark.go#L88
should use String() instead of fmt.Sprintf (S1025)
|
Staticcheck:
client/store_test.go#L30
this value of err is never used (SA4006)
|
Loading