Skip to content

Commit

Permalink
chore(lint): ignore linting on test_expandalias
Browse files Browse the repository at this point in the history
This is a false positive on the way the function is built.
Small tests cases are all inside this functions, making it big.
  • Loading branch information
restanrm committed Feb 17, 2022
1 parent 5f642ee commit f073d8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acls_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,7 @@ func Test_listMachinesInNamespace(t *testing.T) {
}
}

// nolint
func Test_expandAlias(t *testing.T) {
type args struct {
machines []Machine
Expand Down

0 comments on commit f073d8f

Please sign in to comment.