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
No known key found for this signature in database
GPG key ID: 7FB60532DEBEAD6A

View file

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