Skip to content

feat(htpasswd): add autoreload for htpasswd #10619

feat(htpasswd): add autoreload for htpasswd

feat(htpasswd): add autoreload for htpasswd #10619

Triggered via pull request February 8, 2025 12:20
Status Failure
Total duration 4m 36s
Artifacts

golangci-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
lint: pkg/api/htpasswd.go#L93
do not compare errors directly "err != bcrypt.ErrMismatchedHashAndPassword", use "!errors.Is(err, bcrypt.ErrMismatchedHashAndPassword)" instead (err113)
lint
issues found