secret/internal/cli
sneak 9e35bf21a3 fix: more nlreturn and testifylint issues
- Add blank lines before return statements
- Use require.Error instead of assert.Error for error assertions
- Keep exact float64 comparisons as-is (they are integers from JSON)
2025-06-20 09:40:17 -07:00
..
cli_test.go fix: replace remaining os.Setenv with t.Setenv in tests 2025-06-20 09:22:01 -07:00
cli.go fix: add blank lines before return statements (nlreturn) 2025-06-20 09:37:56 -07:00
crypto.go fix: add blank lines before return statements (nlreturn) 2025-06-20 09:37:56 -07:00
generate.go fix: add blank lines before return statements (nlreturn) 2025-06-20 09:37:56 -07:00
init.go fix: break long lines to 77 characters in non-test files 2025-06-20 09:17:45 -07:00
integration_test.go fix: disable line length checks for test files with test vectors 2025-06-20 09:16:40 -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 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: add blank lines before return statements (nlreturn) 2025-06-20 09:37:56 -07:00
vault.go fix: add blank lines before return statements (nlreturn) 2025-06-20 09:37:56 -07:00
version_test.go fix: more nlreturn and testifylint issues 2025-06-20 09:40:17 -07:00
version.go fix: add blank lines before return statements (nlreturn) 2025-06-20 09:37:56 -07:00