secret/internal/cli
sneak 434b73d834 Fix intrange and G101 linting issues
- Convert for loops to use Go 1.22+ integer ranges in generate.go and helpers.go
- Disable G101 false positives for test vectors and environment variable names
- Add file-level gosec disable for bip85_test.go containing BIP85 test vectors
- Add targeted nolint comments for legitimate test data and constants
2025-06-20 08:08:01 -07:00
..
cli_test.go latest 2025-05-29 11:02:22 -07:00
cli.go Fix intrange and G101 linting issues 2025-06-20 08:08:01 -07:00
crypto.go Fix intrange and G101 linting issues 2025-06-20 08:08:01 -07:00
generate.go Fix intrange and G101 linting issues 2025-06-20 08:08:01 -07:00
init.go Fix intrange and G101 linting issues 2025-06-20 08:08:01 -07:00
integration_test.go Fix intrange and G101 linting issues 2025-06-20 08:08:01 -07:00
root.go Fix intrange and G101 linting issues 2025-06-20 08:08:01 -07:00
secrets.go Fix intrange and G101 linting issues 2025-06-20 08:08:01 -07:00
test_helpers.go passes tests now! 2025-06-20 07:24:48 -07:00
test_output_test.go latest from ai, it broke the tests 2025-06-20 05:40:20 -07:00
unlockers.go Fix intrange and G101 linting issues 2025-06-20 08:08:01 -07:00
vault.go Fix intrange and G101 linting issues 2025-06-20 08:08:01 -07:00
version_test.go Fix intrange and G101 linting issues 2025-06-20 08:08:01 -07:00
version.go Fix intrange and G101 linting issues 2025-06-20 08:08:01 -07:00