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 2ccf41c18..56b4a13a1 100644 --- a/package.json +++ b/package.json @@ -23,14 +23,14 @@ ] }, "devDependencies": { - "@abaplint/cli": "^2.112.14", + "@abaplint/cli": "^2.113.6", "@abaplint/database-sqlite": "^2.8.25", - "@abaplint/runtime": "^2.10.9", + "@abaplint/runtime": "^2.10.11", "express": "^4.19.2", - "@abaplint/transpiler-cli": "^2.10.9", + "@abaplint/transpiler-cli": "^2.10.11", "globals": "^15.9.0", "abapmerge": "^0.16.0", "c8": "^10.1.2", - "eslint": "^9.9.0" + "eslint": "^9.9.1" } }