From c0252083ffa46e6920ef9c4e797c6ffc75e01f5a Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Fri, 17 Dec 2021 08:24:39 +0100 Subject: [PATCH] abaplint config: no use of cl_aunit_assert (#5225) --- abaplint.json | 1 + 1 file changed, 1 insertion(+) diff --git a/abaplint.json b/abaplint.json index ab7440158..3549e8e4f 100644 --- a/abaplint.json +++ b/abaplint.json @@ -124,6 +124,7 @@ "^cl_blue_wb_utility$", "^boole_d$", "^cl_srvd_wb_object_data$", "^cx_aff_", "^cl_aff_", "^if_aff_", "^cl_wb_object_operator_factory$", + "^cl_aunit_assert$", "^cx_wb_object_operation_error$", "^if_srvd_types$", "^if_wb_adt_plugin_resource_co$",