1
0
mirror of https://github.com/juanfont/headscale.git synced 2024-12-20 19:09:07 +01:00

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