From 48c40642c656d401b00a8ea6ad34081f19bd5059 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Fri, 2 Dec 2022 17:03:38 +0100 Subject: [PATCH] CL_OO_SOURCE as forbidden void type (#5908) --- abaplint.json | 1 + 1 file changed, 1 insertion(+) diff --git a/abaplint.json b/abaplint.json index 9b06f6803..520597a60 100644 --- a/abaplint.json +++ b/abaplint.json @@ -147,6 +147,7 @@ "^if_wb_object_operator$", "^cl_abap_syst", "^SABP_T_TADIR_KEYS$", + "^CL_OO_SOURCE$", "^CL_SAUNIT_INTERNAL_RESULT$", "^CL_AUCV_TEST_RUNNER_ABSTRACT$", "^IF_SAUNIT_INTERNAL_RESULT$",