mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-13 11:09:10 +08: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue