mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 02:58:20 +08:00
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:
parent
ef93a0be94
commit
ebfcc5710a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user