Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
e2e/cli-plugins: Using the variable on range scope
args
in function…
… literal (scopelint) ``` e2e/cli-plugins/flags_test.go:135:27: Using the variable on range scope `args` in function literal (scopelint) res := icmd.RunCmd(run(args...)) ^ ``` Signed-off-by: Sebastiaan van Stijn <[email protected]>
- Loading branch information