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 a reference for the variable on r…
…ange scope `obj` (scopelint) ``` cli/command/stack/kubernetes/watcher_test.go:44:20: Using a reference for the variable on range scope `obj` (scopelint) if err := o.Add(&obj); err != nil { ^ cli/command/stack/kubernetes/watcher_test.go:49:20: Using a reference for the variable on range scope `obj` (scopelint) if err := o.Add(&obj); err != nil { ^ ``` Signed-off-by: Sebastiaan van Stijn <[email protected]>
- Loading branch information