From 1571898a9fa438912a2a5ba21b52b8e5277029d7 Mon Sep 17 00:00:00 2001 From: oblomov <102328295+oblomov-dev@users.noreply.github.com> Date: Wed, 26 Apr 2023 10:35:08 +0200 Subject: [PATCH] Update abaplint.jsonc --- abaplint.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/abaplint.jsonc b/abaplint.jsonc index fca9a497..482ba0aa 100644 --- a/abaplint.jsonc +++ b/abaplint.jsonc @@ -63,7 +63,7 @@ "severity": "Error", "max": 20 }, - "dangerous_statement": true, + "dangerous_statement": false, "db_operation_in_loop": true, "definitions_top": false, "description_empty": true, @@ -204,7 +204,7 @@ "ignoreWorkflow": true }, "rfc_error_handling": true, - "select_add_order_by": true, + "select_add_order_by": false, "select_performance": true, "selection_screen_naming": true, "sequential_blank": {