mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 06:48:17 +08:00

* Update abaplint_rename.jsonc * update renaming * Delete src/01/01/z2ui5_t_util_01.tabl.xml * Delete src/01/02/01/z2ui5_t_core_01.tabl.xml * Update abaplint_rename.jsonc * Update abaplint_rename.jsonc * update * Delete src/01/02/01/z2ui5_cl_core_dissolve_srv.clas.xml * Delete src/01/02/01/z2ui5_cl_core_dissolve_srv.clas.testclasses.abap * update * Delete src/01/05/z2ui5_cl_cc_demo_output.clas.abap * Delete src/01/05/z2ui5_cl_cc_demo_output.clas.xml * Delete src/01/05/z2ui5_cl_cc_camera_picture.clas.abap * Delete src/01/05/z2ui5_cl_cc_camera_picture.clas.xml * update * Delete src/01/05/z2ui5_cl_cc_message_manager.clas.abap * Delete src/01/05/z2ui5_cl_cc_message_manager.clas.xml * update * update * fix
43 lines
982 B
Plaintext
43 lines
982 B
Plaintext
{
|
|
"global": {
|
|
"files": "/../src/**/*.*"
|
|
},
|
|
"dependencies": [
|
|
{
|
|
"url": "https://github.com/abapedia/steampunk-2305-api-intersect-702",
|
|
"files": "/src/**/*.*"
|
|
}
|
|
],
|
|
"rename": {
|
|
"output": "output",
|
|
"patterns": [
|
|
{
|
|
"type": "CLAS|INTF|TABL",
|
|
"oldName": "z2ui5_(.*)",
|
|
"newName": "/YYY/A5123_$1"
|
|
}
|
|
]
|
|
},
|
|
"syntax": {
|
|
"version": "v757",
|
|
"errorNamespace": "."
|
|
},
|
|
"rules": {
|
|
"allowed_object_types": {
|
|
"allowed": ["CLAS", "DEVC", "INTF", "TABL"]
|
|
},
|
|
"allowed_object_naming": true,
|
|
"begin_end_names": true,
|
|
"check_ddic": true,
|
|
"check_include": true,
|
|
"check_syntax": true,
|
|
"global_class": true,
|
|
"implement_methods": true,
|
|
"method_implemented_twice": true,
|
|
"parser_error": true,
|
|
"superclass_final": true,
|
|
"unknown_types": true,
|
|
"xml_consistency": true
|
|
}
|
|
}
|