Commit Graph

6 Commits

Author SHA1 Message Date
eb7e59291d fix: adjust line lengths to 77 characters for better readability
Further reduce line lengths from 120 chars to 77 chars by breaking
long strings and function signatures into multiple lines.
2025-06-20 09:09:20 -07:00
f868e94069 fix: break long lines to respect 120 character limit (lll)
Break long lines in function signatures and strings to comply with
the 120 character line length limit by using multi-line formatting
and extracting variables where appropriate.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-20 09:07:05 -07:00
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
0b31fba663 latest from ai, it broke the tests 2025-06-20 05:40:20 -07:00
02be4b2a55 Fix integration tests: correct vault derivation index and debug test failures 2025-06-09 04:54:45 -07:00
fbda2d91af add secret versioning support 2025-06-08 22:07:19 -07:00