secret/internal/cli
sneak 95ba80f618 fix: resolve gochecknoglobals, gosec, lll, and mnd linter errors
- Add nolint comments for BIP85 standard constants (MainNetPrivateKey, TestNetPrivateKey)
- Handle error return from shake.Write() in NewBIP85DRNG
- Fix line length issue by moving nolint comment to separate line
- Add nolint comment for cobra.ExactArgs(2) magic number
- Replace magic number 32 with named constant x25519KeySize in agehd package
2025-07-09 12:49:59 -07:00
..
cli_test.go fix: handle error returns from os.Unsetenv and file.Close (errcheck) 2025-07-09 06:16:13 -07:00
cli.go fix: add blank lines before return statements (nlreturn) 2025-06-20 09:37:56 -07:00
crypto.go fix: resolve mnd and nestif linter errors 2025-07-09 07:05:07 -07:00
generate.go fix: resolve errcheck, gosec, and mnd linter errors 2025-07-09 06:59:01 -07:00
init.go fix: resolve errcheck, gosec, and mnd linter errors 2025-07-09 06:59:01 -07:00
integration_test.go fix: resolve exported type stuttering issues (revive) 2025-06-20 12:47:06 -07:00
root.go fix: add blank lines before return statements (nlreturn) 2025-06-20 09:37:56 -07:00
secrets.go fix: add blank lines before return statements (nlreturn) 2025-06-20 09:37:56 -07:00
test_helpers.go fix: resolve errcheck, gosec, and mnd linter errors 2025-07-09 06:59:01 -07:00
test_output_test.go latest from ai, it broke the tests 2025-06-20 05:40:20 -07:00
unlockers.go fix: add blank lines before return statements (nlreturn) 2025-06-20 09:37:56 -07:00
vault.go fix: resolve exported type stuttering issues (revive) 2025-06-20 12:47:06 -07:00
version_test.go fix: more nlreturn and testifylint issues 2025-06-20 09:40:17 -07:00
version.go fix: resolve gochecknoglobals, gosec, lll, and mnd linter errors 2025-07-09 12:49:59 -07:00