Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli/command/trust: Using the variable on range scope
keyBytes
in fu…
…nction literal (scopelint) ``` cli/command/trust/key_load_test.go:121:27: Using the variable on range scope `keyID` in function literal (scopelint) testLoadKeyFromPath(t, keyID, keyBytes) ^ cli/command/trust/key_load_test.go:176:32: Using the variable on range scope `keyBytes` in function literal (scopelint) testLoadKeyTooPermissive(t, keyBytes) ^ ``` Signed-off-by: Sebastiaan van Stijn <[email protected]>
- Loading branch information