mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 22:24:59 +08:00
remove space before nolint
This commit is contained in:
parent
4d5d1b7559
commit
582b2a8300
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ func TestGPG(t *testing.T) { //nolint:paralleltest
|
|||
|
||||
ok(t, os.Mkdir(gpgHome, os.FileMode(0o700)))
|
||||
|
||||
cmd := exec.Command("gpg", "--import", path.Join(assets, "key.asc")) // nolint:gosec
|
||||
cmd := exec.Command("gpg", "--import", path.Join(assets, "key.asc")) //nolint:gosec
|
||||
cmd.Stdout = os.Stdout
|
||||
cmd.Stderr = os.Stderr
|
||||
cmd.Env = gpgEnv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue