Skip to content

Fix golangci-lint issues #242

Fix golangci-lint issues

Fix golangci-lint issues #242

Triggered via push December 3, 2023 16:41
Status Failure
Total duration 5m 16s
Artifacts

ci.yml

on: push
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
Lint
issues found
Test (windows-latest, 1.21)
Process completed with exit code 1.
Lint: confr/loader.go#L149
if-return: redundant if ...; err != nil check, just return error instead. (revive)
Lint: zlog/global.go#L137
if-return: redundant if ...; err != nil check, just return error instead. (revive)