fix #434
Annotations
10 errors and 1 warning
golangci-lint:
function.go#L437
func `reflectFinalType` is unused (unused)
|
golangci-lint:
function.go#L500
func `structFields` is unused (unused)
|
golangci-lint:
data_test.go#L19
field `secret` is unused (unused)
|
golangci-lint:
data_test.go#L24
field `other` is unused (unused)
|
golangci-lint:
data_test.go#L25
field `none` is unused (unused)
|
golangci-lint:
data_test.go#L800
var `tesCommand03` is unused (unused)
|
golangci-lint:
file.go#L715
S1005: unnecessary assignment to the blank identifier (gosimple)
|
golangci-lint:
function.go#L250
S1008: should use 'return inScheme' instead of 'if !inScheme { return false }; return true' (gosimple)
|
golangci-lint:
file_unix_test.go#L23
S1021: should merge variable declaration with assignment on next line (gosimple)
|
golangci-lint:
file_unix_test.go#L67
S1021: should merge variable declaration with assignment on next line (gosimple)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading