From 3321eed0ebdf4ee80c024fc976d6672a8ea7987e Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Mon, 10 Aug 2020 09:40:20 +0200 Subject: [PATCH] ci: update constants (#3723) --- ci/abaplint.json | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/ci/abaplint.json b/ci/abaplint.json index 4d01ddb98..79de537b0 100644 --- a/ci/abaplint.json +++ b/ci/abaplint.json @@ -16,22 +16,22 @@ "version": "v702", "errorNamespace": "^(Z|Y|LT?CL_|TY_|LIF_)", "globalConstants": [ - "icon_led_red", - "icon_led_yellow", - "icon_led_green", - "icon_led_inactive", - "icon_message_information", - "icon_system_help", - "icon_stack", - "icon_abap", - "icon_display_text", - "icon_set_state", - "icon_workflow_fork", - "icon_okay", - "icon_folder", "abap_func_exporting", "abap_func_tables", "cssf_formtype_text", + "icon_abap", + "icon_display_text", + "icon_folder", + "icon_led_green", + "icon_led_inactive", + "icon_led_red", + "icon_led_yellow", + "icon_message_information", + "icon_okay", + "icon_set_state", + "icon_stack", + "icon_system_help", + "icon_workflow_fork", "seoc_category_exception", "seoc_category_webdynpro_class", "seoc_exposure_private", @@ -47,6 +47,10 @@ "seop_ext_class_locals_imp", "seop_ext_class_macros", "seop_ext_class_testclasses", + "seop_incextapp_definition", + "seop_incextapp_implementation", + "seop_incextapp_macros", + "seop_incextapp_testclasses", "sews_c_vif_version", "skwfc_obtype_folder", "skwfc_obtype_loio",