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) + + 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 @@ } } +