From 37ec998898bf8d5f83402c603a9539ebbf25173d Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Mon, 13 Jul 2020 10:22:33 +0200 Subject: [PATCH] update lint config (#3618) --- abaplint.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/abaplint.json b/abaplint.json index b6a5dc33d..1b472096e 100644 --- a/abaplint.json +++ b/abaplint.json @@ -68,6 +68,8 @@ "globalMacros": [] }, "rules": { + "prefer_inline": false, + "reduce_string_templates": true, "downport": false, "line_break_multiple_parameters": true, "unknown_types": true, @@ -245,6 +247,7 @@ "idoc": "^Z", "ssfo": "^Z", "ssst": "^Z", + "shlp": "^Z", "xslt": "^Z" }, "obsolete_statement": {