secret/internal
sneak 54fce0f187 fix: resolve mnd and nestif linter errors
- Define base85 constants (base85ChunkSize, base85DigitCount, base85Base)
- Replace magic numbers in base85 encoding logic with named constants
- Add nolint:nestif comments for legitimate nested conditionals:
  - crypto.go: Clear separation between secret generation vs retrieval
  - secrets.go: Separate JSON and table output formatting logic
  - vault.go: Separate JSON and text output formatting logic
2025-07-09 12:54:59 -07:00
..
cli fix: resolve mnd and nestif linter errors 2025-07-09 12:54:59 -07:00
secret fix: resolve gochecknoglobals, gosec, lll, and mnd linter errors 2025-07-09 12:49:59 -07:00
vault fix: remove unnecessary type conversions (unconvert) 2025-06-20 12:52:19 -07:00