Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sainoe committed Sep 8, 2023
1 parent 0c68fb0 commit a3c4d36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/e2e/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,6 @@ func (tr TestRun) getTrustedHeight(
clientID string,
index int,
) clienttypes.Height {

//#nosec G204 -- Bypass linter warning for spawning subprocess with cmd arguments.
configureNodeCmd := exec.Command("docker", "exec", tr.containerConfig.instanceName, "hermes",
"--json", "query", "client", "consensus", "--chain", string(chain),
Expand Down

0 comments on commit a3c4d36

Please sign in to comment.