mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-25 01:07:52 +00: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:
parent
5f642eef76
commit
f073d8f43c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user