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",