From efdcf131b0085cb3db42a5ff513cd7410d917e06 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Mon, 2 Mar 2020 12:08:11 +0100 Subject: [PATCH] update abaplint configuration --- abaplint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abaplint.json b/abaplint.json index 10ff0fd..b6da1f4 100644 --- a/abaplint.json +++ b/abaplint.json @@ -18,7 +18,7 @@ "abapdoc": false, "allowed_object_naming": true, "allowed_object_types": false, - "ambiguous_statement": true, + "ambiguous_statement": false, "avoid_use": false, "begin_end_names": true, "chain_mainly_declarations": false,