fix: replace unused parameters with underscores (revive)

- Replace unused function parameters with _ in test files
- Affects version_test.go, debug_test.go, and pgpunlock_test.go
This commit is contained in:
2025-06-20 12:50:16 -07:00
parent 5ed850196b
commit eb19fa4b97
3 changed files with 6 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ func init() {
}
// setupNonInteractiveGPG creates a custom GPG environment for testing
func setupNonInteractiveGPG(t *testing.T, tempDir, passphrase, gnupgHomeDir string) {
func setupNonInteractiveGPG(t *testing.T, _, passphrase, gnupgHomeDir string) {
// Create GPG config file for non-interactive operation
gpgConfPath := filepath.Join(gnupgHomeDir, "gpg.conf")
gpgConfContent := `batch