From dcd35fb76b68eebacda17c6a0c50e6a83e47c0dd Mon Sep 17 00:00:00 2001 From: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com> Date: Fri, 10 Oct 2025 12:23:34 +0200 Subject: [PATCH 1/2] test linter --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5827ee7d..e582d697 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,5 @@ Install this repository and try out over 250 samples. This is the easiest way to #### Issues For bug reports or feature requests, please open an issue in the [abap2UI5 repository.](https://github.com/abap2UI5/abap2UI5/issues) + + From 28594adbd12d9d7c6978d59ade7a32a881848201 Mon Sep 17 00:00:00 2001 From: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com> Date: Fri, 10 Oct 2025 12:25:37 +0200 Subject: [PATCH 2/2] Update abaplint.jsonc --- abaplint.jsonc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/abaplint.jsonc b/abaplint.jsonc index 6213b17a..841dd507 100644 --- a/abaplint.jsonc +++ b/abaplint.jsonc @@ -1,10 +1,13 @@ { "global": { - "files": "/src/**/*.*" + "files": "/src/**/*.*", + "noIssues": [ + "/src/00" + ] }, "dependencies": [ { - "url": "https://github.com/abaplint/deps", + "url": "https://github.com/abapedia/steampunk-2305-api-intersect-702", "folder": "/deps", "files": "/src/**/*.*" }, @@ -35,3 +38,4 @@ } } +