Fix/ovs3 version detection #2
Annotations
10 errors
|
Build (1.24.x, ubuntu-latest):
client.go#L85
S1002: should omit comparison to bool constant, can be simplified to `!cli.closed` (gosimple)
|
|
Build (1.24.x, ubuntu-latest):
app_cluster.go#L298
S1002: should omit comparison to bool constant, can be simplified to `!isSelf` (gosimple)
|
|
Build (1.24.x, ubuntu-latest):
app_cluster.go#L288
S1002: should omit comparison to bool constant, can be simplified to `isSelf` (gosimple)
|
|
Build (1.24.x, ubuntu-latest):
app_cluster.go#L279
S1002: should omit comparison to bool constant, can be simplified to `isSelf` (gosimple)
|
|
Build (1.24.x, ubuntu-latest):
app_cluster.go#L273
S1002: should omit comparison to bool constant, can be simplified to `!isSelf` (gosimple)
|
|
Build (1.24.x, ubuntu-latest):
client.go#L269
S1000: should use a simple channel send/receive instead of `select` with a single case (gosimple)
|
|
Build (1.24.x, ubuntu-latest):
encoder.go#L59
field `scratch` is unused (unused)
|
|
Build (1.24.x, ubuntu-latest):
database.go#L46
field `connected` is unused (unused)
|
|
Build (1.24.x, ubuntu-latest):
schema.go#L56
Error return value of `fmt.Errorf` is not checked (errcheck)
|
|
Build (1.24.x, ubuntu-latest):
echo.go#L27
Error return value of `fmt.Errorf` is not checked (errcheck)
|