From 65c9b5c7170157ecf4456b783e84cdcaed5d4729 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Wed, 24 Mar 2021 12:53:50 +0100 Subject: [PATCH] update abaplint to latest (#4662) * update abaplint to latest * upd --- abaplint.json | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/abaplint.json b/abaplint.json index 93229d9c7..ae310cd64 100644 --- a/abaplint.json +++ b/abaplint.json @@ -73,6 +73,8 @@ "globalMacros": [] }, "rules": { + "identical_descriptions": false, + "modify_only_own_db_tables": false, "no_yoda_conditions": false, "select_add_order_by": false, "dangerous_statement": false, @@ -337,6 +339,7 @@ "divide": true, "fieldSymbolStructure": true, "requested": true, + "pack": true, "setExtended": true, "withHeaderLine": true, "occurs": true, diff --git a/package.json b/package.json index 3736293a9..d42c92000 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "url": "git+https://github.com/abapGit/abapGit.git" }, "devDependencies": { - "@abaplint/cli": "^2.71.5", + "@abaplint/cli": "^2.73.1", "@abaplint/transpiler-cli": "^1.2.24", "@abaplint/runtime": "^1.2.24", "abapmerge": "^0.14.3",