Files
todotxt2remind/internal/parser
Paolo Donadeo 72efcb13ba
All checks were successful
Release Binaries / build (amd64, golang:1.24-alpine, linux/amd64, linux-amd64, apk add --no-cache upx) (release) Successful in 13s
Release Binaries / build (arm64, golang:1.24-alpine, linux/arm64, linux-arm64, apk add --no-cache upx zstd-static) (release) Successful in 16s
refactor(parser): remove unreachable duplicate priority check in step 5
Step 4 already consumes the (X) priority token before step 5 runs, so
the identical check inside the `!t.Completed` block could never match.
No behavior change (verified against test.todo.txt).
2026-07-09 23:57:32 +02:00
..