Mining/pkg/ueps
Claude 7a007c7fb8
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
ax(ueps): remove commented-out dead error variables
Commented-out var declarations are not usage examples — they are dead
code that adds noise. AX Principle 2 requires comments to show concrete
usage, not linger as disabled code.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 11:28:39 +01:00
..
packet.go ax(ueps): remove commented-out dead error variables 2026-04-02 11:28:39 +01:00
packet_test.go ax(ueps): align verifyError variable name with idiomatic err convention 2026-04-02 11:06:48 +01:00
reader.go ax(ueps): rename tlvError to packetError for AX Principle 1 compliance 2026-04-02 11:10:44 +01:00
reader_test.go ax(ueps): remove redundant inline comment that restates the pre-function docstring 2026-04-02 11:01:18 +01:00