This repository was archived by the owner on Jun 10, 2026. It is now read-only.
feat(release): add install script and release install instructions #11
Annotations
3 errors
|
quality
issues found
|
|
quality:
internal/clierr/clierr.go#L125
S1008: should use 'return errors.As(err, &urlErr)' instead of 'if errors.As(err, &urlErr) { return true }; return false' (gosimple)
|
|
quality:
internal/style/style.go#L243
Error return value is not checked (errcheck)
|