Jeffrey Paul sneak
sneak pushed to master at sneak/pub 2025-07-14 14:49:51 +02:00
074ff59b69 initial
sneak pushed to master at sneak/pub 2025-07-14 08:57:14 +02:00
084e3bcc97 latest
sneak pushed to main at sneak/attrsum 2025-07-12 10:40:01 +02:00
9ad48fb9b0 Update README.md
sneak pushed to main at sneak/secret 2025-07-10 01:10:14 +02:00
4e242c3491 go 1.24
54fce0f187 fix: resolve mnd and nestif linter errors
93a32217e0 fix: resolve mnd (magic number) linter errors in agehd and bip85 packages
95ba80f618 fix: resolve gochecknoglobals, gosec, lll, and mnd linter errors
d710323bd0 fix: add nolint comments for necessary global variables in internal/secret
Compare 10 commits »
sneak pushed to main at sneak/secret 2025-06-20 21:52:26 +02:00
533133486c fix: remove unnecessary type conversions (unconvert)
sneak pushed to main at sneak/secret 2025-06-20 21:50:23 +02:00
eb19fa4b97 fix: replace unused parameters with underscores (revive)
sneak pushed to main at sneak/secret 2025-06-20 21:49:07 +02:00
5ed850196b fix: convert ALL_CAPS constants to CamelCase (revive)
sneak pushed to main at sneak/secret 2025-06-20 21:48:04 +02:00
be1f323a09 fix: remove unnecessary zero value initialization (revive)
sneak pushed to main at sneak/secret 2025-06-20 21:47:21 +02:00
bdcddadf90 fix: resolve exported type stuttering issues (revive)
sneak pushed to main at sneak/secret 2025-06-20 18:51:28 +02:00
4062242063 fix: break long error messages to meet line length limits
sneak pushed to main at sneak/secret 2025-06-20 18:50:03 +02:00
abcc7b6c3a fix: resolve gosec integer overflow and unconvert issues
sneak pushed to main at sneak/secret 2025-06-20 18:40:20 +02:00
9e35bf21a3 fix: more nlreturn and testifylint issues
sneak pushed to main at sneak/secret 2025-06-20 18:37:59 +02:00
2a1e0337fd fix: add blank lines before return statements (nlreturn)
dcc15008cd add instructions to keep going
Compare 2 commits »
sneak pushed to main at sneak/secret 2025-06-20 18:23:51 +02:00
dd2e95f8af fix: replace magic file permissions and add crypto constant comments
sneak pushed to main at sneak/secret 2025-06-20 18:22:04 +02:00
c450e1c13d fix: replace remaining os.Setenv with t.Setenv in tests
sneak pushed to main at sneak/secret 2025-06-20 18:20:59 +02:00
c6935d8f0f add rules for claude
sneak pushed to main at sneak/secret 2025-06-20 18:17:48 +02:00
5d973f76ec fix: break long lines to 77 characters in non-test files
sneak pushed to main at sneak/secret 2025-06-20 18:16:42 +02:00
fd125c5fe1 fix: disable line length checks for test files with test vectors
sneak pushed to main at sneak/secret 2025-06-20 18:13:03 +02:00
08a42b16dd fix: replace os.Setenv with t.Setenv in tests (usetesting)
sneak pushed to main at sneak/secret 2025-06-20 18:10:30 +02:00
b736789ecb fix: adjust line lengths to 77 characters