Skip to content

Commit 0576717

Browse files
committed
Supress analyze_test.go lint errors
1 parent 0720f34 commit 0576717

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

analyze_test.go

+11
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,7 @@ func TestAnalyze_zone_sync(t *testing.T) {
538538
}
539539
}
540540

541+
//nolint:funlen
541542
func TestAnalyze_nap_app_protect_enable(t *testing.T) {
542543
t.Parallel()
543544
testcases := map[string]struct {
@@ -602,6 +603,7 @@ func TestAnalyze_nap_app_protect_enable(t *testing.T) {
602603
}
603604
}
604605

606+
//nolint:funlen
605607
func TestAnalyze_nap_app_protect_security_log_enable(t *testing.T) {
606608
t.Parallel()
607609
testcases := map[string]struct {
@@ -776,6 +778,7 @@ func TestAnalyze_nap_app_protect_policy_file(t *testing.T) {
776778
}
777779
}
778780

781+
//nolint:funlen
779782
func TestAnalyze_nap_app_protect_physical_memory_util_thresholds(t *testing.T) {
780783
t.Parallel()
781784
testcases := map[string]struct {
@@ -840,6 +843,7 @@ func TestAnalyze_nap_app_protect_physical_memory_util_thresholds(t *testing.T) {
840843
}
841844
}
842845

846+
//nolint:funlen
843847
func TestAnalyze_nap_app_protect_cpu_thresholds(t *testing.T) {
844848
t.Parallel()
845849
testcases := map[string]struct {
@@ -904,6 +908,7 @@ func TestAnalyze_nap_app_protect_cpu_thresholds(t *testing.T) {
904908
}
905909
}
906910

911+
//nolint:funlen
907912
func TestAnalyze_nap_app_protect_failure_mode_action(t *testing.T) {
908913
t.Parallel()
909914
testcases := map[string]struct {
@@ -968,6 +973,7 @@ func TestAnalyze_nap_app_protect_failure_mode_action(t *testing.T) {
968973
}
969974
}
970975

976+
//nolint:funlen
971977
func TestAnalyze_nap_app_protect_cookie_seed(t *testing.T) {
972978
t.Parallel()
973979
testcases := map[string]struct {
@@ -1032,6 +1038,7 @@ func TestAnalyze_nap_app_protect_cookie_seed(t *testing.T) {
10321038
}
10331039
}
10341040

1041+
//nolint:funlen
10351042
func TestAnalyze_nap_app_protect_compressed_requests_action(t *testing.T) {
10361043
t.Parallel()
10371044
testcases := map[string]struct {
@@ -1096,6 +1103,7 @@ func TestAnalyze_nap_app_protect_compressed_requests_action(t *testing.T) {
10961103
}
10971104
}
10981105

1106+
//nolint:funlen
10991107
func TestAnalyze_nap_app_protect_request_buffer_overflow_action(t *testing.T) {
11001108
t.Parallel()
11011109
testcases := map[string]struct {
@@ -1160,6 +1168,7 @@ func TestAnalyze_nap_app_protect_request_buffer_overflow_action(t *testing.T) {
11601168
}
11611169
}
11621170

1171+
//nolint:funlen
11631172
func TestAnalyze_nap_app_protect_user_defined_signatures(t *testing.T) {
11641173
t.Parallel()
11651174
testcases := map[string]struct {
@@ -1224,6 +1233,7 @@ func TestAnalyze_nap_app_protect_user_defined_signatures(t *testing.T) {
12241233
}
12251234
}
12261235

1236+
//nolint:funlen
12271237
func TestAnalyze_nap_app_protect_reconnect_period_seconds(t *testing.T) {
12281238
t.Parallel()
12291239
testcases := map[string]struct {
@@ -2040,6 +2050,7 @@ func TestAnalyze_lua(t *testing.T) {
20402050
}
20412051
}
20422052

2053+
//nolint:funlen
20432054
func TestAnalyze_mgmt(t *testing.T) {
20442055
t.Parallel()
20452056
testcases := map[string]struct {

0 commit comments

Comments
 (0)