Skip to content

chore: remove local email tracking plan #35

chore: remove local email tracking plan

chore: remove local email tracking plan #35

Triggered via push January 4, 2026 02:58
Status Failure
Total duration 1m 53s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: internal/cmd/gmail_send.go#L125
shadow: declaration of "err" shadows declaration at line 36 (govet)
test: internal/cmd/calendar_working_location_test.go#L34
shadow: declaration of "err" shadows declaration at line 7 (govet)
test: internal/cmd/calendar.go#L479
shadow: declaration of "err" shadows declaration at line 357 (govet)
test: internal/tracking/config.go#L33
G304: Potential file inclusion via variable (gosec)
test: internal/cmd/gmail_track_opens.go#L46
G107: Potential HTTP request made with variable url (gosec)
test: internal/cmd/gmail_send.go#L146
assignOp: replace `htmlBody = htmlBody + pixelHTML` with `htmlBody += pixelHTML` (gocritic)
test: internal/cmd/calendar_focus_time.go#L79
string `all` has 7 occurrences, make it a constant (goconst)
test: internal/cmd/calendar.go#L375
string `single` has 5 occurrences, make it a constant (goconst)
test: internal/tracking/pixel.go#L13
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"tracking not configured\")" (err113)
test: internal/tracking/crypto.go#L76
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"ciphertext too short\")" (err113)