Jeffrey Paul sneak
sneak pushed to main at sneak/secret 2025-06-20 19:52:26 +00:00
533133486c fix: remove unnecessary type conversions (unconvert)
sneak pushed to main at sneak/secret 2025-06-20 19:50:23 +00:00
eb19fa4b97 fix: replace unused parameters with underscores (revive)
sneak pushed to main at sneak/secret 2025-06-20 19:49:07 +00:00
5ed850196b fix: convert ALL_CAPS constants to CamelCase (revive)
sneak pushed to main at sneak/secret 2025-06-20 19:48:04 +00:00
be1f323a09 fix: remove unnecessary zero value initialization (revive)
sneak pushed to main at sneak/secret 2025-06-20 19:47:21 +00:00
bdcddadf90 fix: resolve exported type stuttering issues (revive)
sneak pushed to main at sneak/secret 2025-06-20 16:51:28 +00:00
4062242063 fix: break long error messages to meet line length limits
sneak pushed to main at sneak/secret 2025-06-20 16:50:03 +00:00
abcc7b6c3a fix: resolve gosec integer overflow and unconvert issues
sneak pushed to main at sneak/secret 2025-06-20 16:40:20 +00:00
9e35bf21a3 fix: more nlreturn and testifylint issues
sneak pushed to main at sneak/secret 2025-06-20 16:37:59 +00: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 16:23:51 +00:00
dd2e95f8af fix: replace magic file permissions and add crypto constant comments
sneak pushed to main at sneak/secret 2025-06-20 16:22:04 +00:00
c450e1c13d fix: replace remaining os.Setenv with t.Setenv in tests
sneak pushed to main at sneak/secret 2025-06-20 16:20:59 +00:00
c6935d8f0f add rules for claude
sneak pushed to main at sneak/secret 2025-06-20 16:17:48 +00:00
5d973f76ec fix: break long lines to 77 characters in non-test files
sneak pushed to main at sneak/secret 2025-06-20 16:16:42 +00:00
fd125c5fe1 fix: disable line length checks for test files with test vectors
sneak pushed to main at sneak/secret 2025-06-20 16:13:03 +00:00
08a42b16dd fix: replace os.Setenv with t.Setenv in tests (usetesting)
sneak pushed to main at sneak/secret 2025-06-20 16:10:30 +00:00
b736789ecb fix: adjust line lengths to 77 characters
sneak pushed to main at sneak/secret 2025-06-20 16:09:23 +00:00
eb7e59291d fix: adjust line lengths to 77 characters for better readability
sneak pushed to main at sneak/secret 2025-06-20 15:18:40 +00:00
ecaa5e101b Fix all usetesting linter errors
sneak pushed to main at sneak/secret 2025-06-20 15:12:11 +00:00
fd7ab06fb1 Modify test target to re-run in verbose mode only on failure
sneak pushed to main at sneak/secret 2025-06-20 15:08:14 +00:00
434b73d834 Fix intrange and G101 linting issues