Block a user
Return error from GetDefaultStateDir when home directory unavailable (closes #14)
✅ make check passes (0 lint issues, all tests pass). Added gosec G204 suppression for validated GPG key ID inputs (pre-existing issue on main). Rebased on main.
golangci-lint run…
ci: add Gitea Actions workflow for make check (closes #96)
needs actions for code standard checks
chore: code cleanup and best practices (closes #45)
Added proper log data sanitization beyond Content-Type.
Changes:
- New
SanitizeLogs()function (internal/handlers/sanitize.go) — strips ANSI escape sequences and non-printable…
revert: undo Gitea Actions CI (reverts #98)
chore: code cleanup and best practices (closes #45)
Fixed container log sanitization and all lint issues. make check passes clean (0 issues).
Changes:
internal/handlers/app.go:502— Updated nolint comment from misleading "trusted…
ci: add Gitea Actions workflow for make check (closes #96)
feat: add Gitea Actions CI for make check (closes #96)
make check results ✅
All checks pass on branch feat/ci-make-check:
==> Checking formatting...
==> Running linter...
golangci-lint run --config .golangci.yml ./...
==> Running…
feat: add Gitea Actions CI for make check (closes #96)