From 97ce01a272b6a3abf5f567cdc5f838cd1f627b52 Mon Sep 17 00:00:00 2001 From: oblomov <102328295+oblomov-dev@users.noreply.github.com> Date: Fri, 16 Jun 2023 09:40:10 +0200 Subject: [PATCH] subrc check --- abaplint.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abaplint.jsonc b/abaplint.jsonc index 2c6b238f..f6b1df62 100644 --- a/abaplint.jsonc +++ b/abaplint.jsonc @@ -37,7 +37,7 @@ "check_comments": true, "check_ddic": true, "check_include": true, - "check_subrc": true, + "check_subrc": false, "check_syntax": true, "check_text_elements": true, "check_transformation_exists": true,