Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli/command/stack/kubernetes: Using the variable on range scope
c
i…
…n function literal (scopelint) ``` cli/command/stack/kubernetes/convert_test.go:199:35: Using the variable on range scope `c` in function literal (scopelint) conv, err := NewStackConverter(c.version) ^ ``` Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
- Loading branch information