From 6c8893bffbb9ea11fd82e18c7c5238fd130ddda7 Mon Sep 17 00:00:00 2001 From: Yu-Lin Chen Date: Sat, 23 Sep 2023 06:25:48 +0000 Subject: [PATCH] Skip lint error. (funlen in test code.) --- pkg/admission/util_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/admission/util_test.go b/pkg/admission/util_test.go index 3cc065782..2320871bc 100644 --- a/pkg/admission/util_test.go +++ b/pkg/admission/util_test.go @@ -127,6 +127,7 @@ func createTestingPodNoNamespaceAndLabels() *v1.Pod { return pod } +// nolint: funlen func TestGetNewApplicationInfo(t *testing.T) { // verify when appId/queue are not given, will generate it pod := createTestingPodWithMeta()