From c6271634a8cf13f339a1fe0cd8ffe86a85f83cf7 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Mon, 2 Sep 2024 11:31:02 +0200 Subject: [PATCH] update --- abaplint.json | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/abaplint.json b/abaplint.json index 6c2a1bdc9..bf8190854 100644 --- a/abaplint.json +++ b/abaplint.json @@ -125,6 +125,9 @@ }, "double_space": true, "downport": false, + "add_test_attributes": true, + "implicit_start_of_selection": true, + "empty_event": true, "dynpro_checks": false, "easy_to_find_messages": false, "empty_line_in_statement": { diff --git a/package.json b/package.json index 6c57e483a..962be30ba 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ ] }, "devDependencies": { - "@abaplint/cli": "^2.113.0", + "@abaplint/cli": "^2.113.3", "@abaplint/database-sqlite": "^2.8.25", "@abaplint/runtime": "^2.10.10", "express": "^4.19.2",