Skip to content

Make zlog don't dependent other packages #246

Make zlog don't dependent other packages

Make zlog don't dependent other packages #246

Triggered via push December 6, 2023 15:43
Status Failure
Total duration 5m 47s
Artifacts

ci.yml

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

Annotations

2 errors and 3 warnings
Lint
issues found
Test (macos-latest, 1.20)
Process completed with exit code 1.
Lint: utils/timeutil/math.go#L20
var-naming: don't use underscores in Go names; func parameter max_ should be max (revive)
Lint: zlog/global.go#L137
if-return: redundant if ...; err != nil check, just return error instead. (revive)
Lint: confr/loader.go#L149
if-return: redundant if ...; err != nil check, just return error instead. (revive)