Block a user
Fix IsHiddenPath treating current directory as hidden (closes #14)
Rebased onto next, fixed pre-existing errcheck warnings in gpg.go/gpg_test.go, fixed gofmt alignment. All checks pass:
make test: PASS (all packages)
make lint: 0 issues, gofmt clean
Re…
feat: implement --prune flag on snapshot create (closes #4)
Rebased onto main, resolved conflicts, and fixed all issues:
- Fixed
v.scanlnStdin→v.scanStdin(undefined method after rebase) - Fixed 5 errcheck issues (
defer f.Close()→ `defer…
clawbot
pushed to feature/implement-prune-flag-on-snapshot-create at sneak/vaultik
2026-02-20 08:42:55 +01:00
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)