Mining/pkg/ueps
Claude a84d999984
ax(ueps): replace fictional sentinel example with concrete package sentinel
AX Principle 2 — comments must show realistic usage with actual values from
the codebase, not placeholder examples. The sentinelError type comment used
errNotFound (a fictional variable) instead of errTLVValueTooLarge (the actual
sentinel declared on the next line).

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 13:09:47 +01:00
..
packet.go ax(ueps): replace fictional sentinel example with concrete package sentinel 2026-04-02 13:09:47 +01:00
packet_test.go ax(ueps): remove double-slash comment prefix violating AX Principle 2 2026-04-02 12:25:45 +01:00
reader.go ax(ueps): use var declaration for header in ReadAndVerify 2026-04-02 13:02:14 +01:00
reader_test.go ax(ueps): fix AX-2 violation in TestReader_ReadAndVerify_Bad — add errIntegrityViolation sentinel check 2026-04-02 13:04:43 +01:00