From 6bd7e334d7091a9780b1d086138e01b710543580 Mon Sep 17 00:00:00 2001 From: Marc Bernard <59966492+mbtools@users.noreply.github.com> Date: Wed, 27 Nov 2024 16:03:12 -0500 Subject: [PATCH] Allow "result" as returning --- abaplint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abaplint.json b/abaplint.json index 1880662..acd6f7d 100644 --- a/abaplint.json +++ b/abaplint.json @@ -541,7 +541,7 @@ "ignorePatterns": [], "importing": "^I._.+$", "patternKind": "required", - "returning": "^R._.+$", + "returning": "^R._.+|RESULT$", "severity": "Error" }, "mix_returning": {