@@ -538,6 +538,7 @@ func TestAnalyze_zone_sync(t *testing.T) {
538
538
}
539
539
}
540
540
541
+ //nolint:funlen
541
542
func TestAnalyze_nap_app_protect_enable (t * testing.T ) {
542
543
t .Parallel ()
543
544
testcases := map [string ]struct {
@@ -602,6 +603,7 @@ func TestAnalyze_nap_app_protect_enable(t *testing.T) {
602
603
}
603
604
}
604
605
606
+ //nolint:funlen
605
607
func TestAnalyze_nap_app_protect_security_log_enable (t * testing.T ) {
606
608
t .Parallel ()
607
609
testcases := map [string ]struct {
@@ -776,6 +778,7 @@ func TestAnalyze_nap_app_protect_policy_file(t *testing.T) {
776
778
}
777
779
}
778
780
781
+ //nolint:funlen
779
782
func TestAnalyze_nap_app_protect_physical_memory_util_thresholds (t * testing.T ) {
780
783
t .Parallel ()
781
784
testcases := map [string ]struct {
@@ -840,6 +843,7 @@ func TestAnalyze_nap_app_protect_physical_memory_util_thresholds(t *testing.T) {
840
843
}
841
844
}
842
845
846
+ //nolint:funlen
843
847
func TestAnalyze_nap_app_protect_cpu_thresholds (t * testing.T ) {
844
848
t .Parallel ()
845
849
testcases := map [string ]struct {
@@ -904,6 +908,7 @@ func TestAnalyze_nap_app_protect_cpu_thresholds(t *testing.T) {
904
908
}
905
909
}
906
910
911
+ //nolint:funlen
907
912
func TestAnalyze_nap_app_protect_failure_mode_action (t * testing.T ) {
908
913
t .Parallel ()
909
914
testcases := map [string ]struct {
@@ -968,6 +973,7 @@ func TestAnalyze_nap_app_protect_failure_mode_action(t *testing.T) {
968
973
}
969
974
}
970
975
976
+ //nolint:funlen
971
977
func TestAnalyze_nap_app_protect_cookie_seed (t * testing.T ) {
972
978
t .Parallel ()
973
979
testcases := map [string ]struct {
@@ -1032,6 +1038,7 @@ func TestAnalyze_nap_app_protect_cookie_seed(t *testing.T) {
1032
1038
}
1033
1039
}
1034
1040
1041
+ //nolint:funlen
1035
1042
func TestAnalyze_nap_app_protect_compressed_requests_action (t * testing.T ) {
1036
1043
t .Parallel ()
1037
1044
testcases := map [string ]struct {
@@ -1096,6 +1103,7 @@ func TestAnalyze_nap_app_protect_compressed_requests_action(t *testing.T) {
1096
1103
}
1097
1104
}
1098
1105
1106
+ //nolint:funlen
1099
1107
func TestAnalyze_nap_app_protect_request_buffer_overflow_action (t * testing.T ) {
1100
1108
t .Parallel ()
1101
1109
testcases := map [string ]struct {
@@ -1160,6 +1168,7 @@ func TestAnalyze_nap_app_protect_request_buffer_overflow_action(t *testing.T) {
1160
1168
}
1161
1169
}
1162
1170
1171
+ //nolint:funlen
1163
1172
func TestAnalyze_nap_app_protect_user_defined_signatures (t * testing.T ) {
1164
1173
t .Parallel ()
1165
1174
testcases := map [string ]struct {
@@ -1224,6 +1233,7 @@ func TestAnalyze_nap_app_protect_user_defined_signatures(t *testing.T) {
1224
1233
}
1225
1234
}
1226
1235
1236
+ //nolint:funlen
1227
1237
func TestAnalyze_nap_app_protect_reconnect_period_seconds (t * testing.T ) {
1228
1238
t .Parallel ()
1229
1239
testcases := map [string ]struct {
@@ -2040,6 +2050,7 @@ func TestAnalyze_lua(t *testing.T) {
2040
2050
}
2041
2051
}
2042
2052
2053
+ //nolint:funlen
2043
2054
func TestAnalyze_mgmt (t * testing.T ) {
2044
2055
t .Parallel ()
2045
2056
testcases := map [string ]struct {
0 commit comments