From ebfcc5710a1079be530a1a21a9fd381bcef4c2d2 Mon Sep 17 00:00:00 2001 From: oblomov <102328295+oblomov-dev@users.noreply.github.com> Date: Fri, 28 Jul 2023 08:34:34 +0200 Subject: [PATCH] test abap_boolean and 702 types (#430) * Update abaplint.jsonc * use abap_boolean to test * Update abaplint.jsonc * Update z2ui5_cl_xml_view.clas.abap * Update abaplint.jsonc * Update abaplint.jsonc * Update z2ui5_cl_xml_view.clas.abap --- abaplint.jsonc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/abaplint.jsonc b/abaplint.jsonc index 04f3b033..efcd22d6 100644 --- a/abaplint.jsonc +++ b/abaplint.jsonc @@ -4,7 +4,7 @@ }, "dependencies": [ { - "url": "https://github.com/abapedia/steampunk-2305-api", + "url": "https://github.com/abapedia/steampunk-2305-api-intersect-702", "folder": "/deps", "files": "/src/**/*.*" } @@ -234,7 +234,10 @@ "type_form_parameters": true, "types_naming": false, "uncaught_exception": true, - "unknown_types": true, + "unknown_types": { + "exclude": [], + "severity": "Error" + }, "unnecessary_chaining": true, "unnecessary_pragma": true, "unnecessary_return": true,