From d298f326fec69e3197ae806153468f2e933faab6 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Mon, 30 Jun 2025 15:42:11 +0200 Subject: [PATCH] Update abaplint.jsonc, fewer errors --- abaplint.jsonc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/abaplint.jsonc b/abaplint.jsonc index a639cbc..3589306 100644 --- a/abaplint.jsonc +++ b/abaplint.jsonc @@ -3,6 +3,11 @@ "files": "/src/**/*.*" }, "dependencies": [ + { + "url": "https://github.com/open-abap/open-abap-core", + "files": "/src/**/*.*", + "folder": "/lint_deps" + } ], "syntax": { "version": "v755", @@ -24,4 +29,4 @@ "unknown_types": true, "xml_consistency": true } -} \ No newline at end of file +}