chore(lint): ignore linting on test_expandalias

This is a false positive on the way the function is built.
Small tests cases are all inside this functions, making it big.
This commit is contained in:
Adrien Raffin-Caboisse
2022-02-14 18:32:20 +01:00
parent 5f642eef76
commit f073d8f43c

View File

@@ -697,6 +697,7 @@ func Test_listMachinesInNamespace(t *testing.T) {
} }
} }
// nolint
func Test_expandAlias(t *testing.T) { func Test_expandAlias(t *testing.T) {
type args struct { type args struct {
machines []Machine machines []Machine