From a5856a04c7658c98325f08b7c9183194bfdd10c7 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Fri, 12 Mar 2021 07:17:05 +0100 Subject: [PATCH] update npm deps, update abaplint configuration to latest (#4628) * update deps * update abaplint config * update to latest * upd * upd --- abaplint.json | 11 ++++++----- package.json | 6 +++--- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/abaplint.json b/abaplint.json index c798f0c07..93229d9c7 100644 --- a/abaplint.json +++ b/abaplint.json @@ -73,6 +73,11 @@ "globalMacros": [] }, "rules": { + "no_yoda_conditions": false, + "select_add_order_by": false, + "dangerous_statement": false, + "db_operation_in_loop": false, + "select_performance": false, "max_one_method_parameter_per_line": true, "prefer_raise_exception_new": true, "use_class_based_exceptions": true, @@ -182,11 +187,6 @@ "ambiguous_statement": true, "avoid_use": { "define": true, - "endselect": true, - "execSQL": true, - "kernelCall": true, - "communication": true, - "systemCall": true, "defaultKey": false, "describeLines": true, "break": true, @@ -330,6 +330,7 @@ "ranges": true, "subtract": true, "multiply": true, + "communication": true, "typePools": true, "load": true, "move": true, diff --git a/package.json b/package.json index f7e5d8993..8a286c5ac 100644 --- a/package.json +++ b/package.json @@ -17,9 +17,9 @@ "url": "git+https://github.com/abapGit/abapGit.git" }, "devDependencies": { - "@abaplint/cli": "^2.69.10", - "@abaplint/transpiler-cli": "^1.2.21", - "@abaplint/runtime": "^1.2.21", + "@abaplint/cli": "^2.71.2", + "@abaplint/transpiler-cli": "^1.2.23", + "@abaplint/runtime": "^1.2.23", "abapmerge": "^0.14.3", "eslint": "^7.21.0" }