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
This commit is contained in:
oblomov 2023-07-28 08:34:34 +02:00 committed by GitHub
parent ef93a0be94
commit ebfcc5710a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,