fix: security and code scanning alerts (2025-05-11) #5
Annotations
10 errors
|
golangci-lint:
mergo_test.go#L562
SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
|
|
golangci-lint:
mergo_test.go#L402
SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
|
|
golangci-lint:
mergo_test.go#L372
SA1006: printf-style function with dynamic format string and no further arguments should use print-style function instead (staticcheck)
|
|
golangci-lint:
merge.go#L306
SA4006: this value of dst is never used (staticcheck)
|
|
golangci-lint:
merge.go#L108
SA4006: this value of dst is never used (staticcheck)
|
|
golangci-lint:
issue38_test.go#L45
QF1009: probably want to use time.Time.Equal instead (staticcheck)
|
|
golangci-lint:
issue38_test.go#L28
QF1009: probably want to use time.Time.Equal instead (staticcheck)
|
|
golangci-lint:
pr211_2_test.go#L19
Error return value is not checked (errcheck)
|
|
golangci-lint:
mergo_test.go#L874
Error return value of `mergo.Merge` is not checked (errcheck)
|
|
golangci-lint:
issue138_test.go#L27
Error return value of `json.Unmarshal` is not checked (errcheck)
|