secret/internal/cli
sneak f9938135c6 fix: resolve all remaining linter issues (staticcheck, tagliatelle, lll)
- Fix staticcheck QF1011: Remove explicit type declaration for io.Writer variables
- Fix tagliatelle: Change all JSON tags from snake_case to camelCase
  - created_at → createdAt
  - keychain_item_name → keychainItemName
  - age_public_key → agePublicKey
  - age_priv_key_passphrase → agePrivKeyPassphrase
  - encrypted_longterm_key → encryptedLongtermKey
  - derivation_index → derivationIndex
  - public_key_hash → publicKeyHash
  - mnemonic_family_hash → mnemonicFamilyHash
  - gpg_key_id → gpgKeyId
- Fix lll: Break long function signature line to stay under 120 character limit

All linter issues have been resolved. The codebase now passes all linter checks.
2025-07-15 06:33:25 +02: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: resolve all revive linter issues 2025-07-15 06:06:48 +02:00
crypto.go fix: resolve all remaining linter issues (staticcheck, tagliatelle, lll) 2025-07-15 06:33:25 +02:00
generate.go fix: resolve all revive linter issues 2025-07-15 06:06:48 +02:00
init.go fix: resolve all revive linter issues 2025-07-15 06:06:48 +02: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: resolve all nlreturn linter errors 2025-07-15 06:00:32 +02: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: resolve all remaining linter issues (staticcheck, tagliatelle, lll) 2025-07-15 06:33:25 +02:00
vault.go fix: resolve all revive linter issues 2025-07-15 06:06:48 +02:00
version_test.go fix: more nlreturn and testifylint issues 2025-06-20 09:40:17 -07:00
version.go fix: resolve all nlreturn linter errors 2025-07-15 06:00:32 +02:00