mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
update to latest npm packages (#5501)
* update to latest npm packages * update * update abaplint config to latest
This commit is contained in:
parent
73c9763a15
commit
5a5630c198
|
@ -64,6 +64,13 @@
|
||||||
"globalMacros": []
|
"globalMacros": []
|
||||||
},
|
},
|
||||||
"rules": {
|
"rules": {
|
||||||
|
"classic_exceptions_overlap": true,
|
||||||
|
"local_testclass_consistency": true,
|
||||||
|
"no_external_form_calls": false,
|
||||||
|
"no_inline_in_optional_branches": true,
|
||||||
|
"pragma_style": false,
|
||||||
|
"slow_parameter_passing": false,
|
||||||
|
"unnecessary_pragma": false,
|
||||||
"align_parameters": false,
|
"align_parameters": false,
|
||||||
"cds_parser_error": true,
|
"cds_parser_error": true,
|
||||||
"constant_classes": true,
|
"constant_classes": true,
|
||||||
|
@ -73,7 +80,6 @@
|
||||||
"prefer_corresponding": true,
|
"prefer_corresponding": true,
|
||||||
"static_call_via_instance": false,
|
"static_call_via_instance": false,
|
||||||
"unnecessary_chaining": false,
|
"unnecessary_chaining": false,
|
||||||
"pragma_placement": true,
|
|
||||||
"unsecure_fae": false,
|
"unsecure_fae": false,
|
||||||
"identical_descriptions": false,
|
"identical_descriptions": false,
|
||||||
"modify_only_own_db_tables": false,
|
"modify_only_own_db_tables": false,
|
||||||
|
@ -155,7 +161,6 @@
|
||||||
"sicf_consistency": true,
|
"sicf_consistency": true,
|
||||||
"sql_escape_host_variables": true,
|
"sql_escape_host_variables": true,
|
||||||
"xml_consistency": true,
|
"xml_consistency": true,
|
||||||
"check_no_handler_pragma": true,
|
|
||||||
"newline_between_methods": false,
|
"newline_between_methods": false,
|
||||||
"chain_mainly_declarations": {
|
"chain_mainly_declarations": {
|
||||||
"definitions": true,
|
"definitions": true,
|
||||||
|
@ -199,6 +204,7 @@
|
||||||
"ambiguous_statement": true,
|
"ambiguous_statement": true,
|
||||||
"avoid_use": {
|
"avoid_use": {
|
||||||
"define": true,
|
"define": true,
|
||||||
|
"testSeams": true,
|
||||||
"defaultKey": false,
|
"defaultKey": false,
|
||||||
"describeLines": true,
|
"describeLines": true,
|
||||||
"break": true,
|
"break": true,
|
||||||
|
@ -287,7 +293,6 @@
|
||||||
"local": "^LCL_.*$",
|
"local": "^LCL_.*$",
|
||||||
"test": "^LT.+$"
|
"test": "^LT.+$"
|
||||||
},
|
},
|
||||||
"local_testclass_location": true,
|
|
||||||
"local_variable_names": {
|
"local_variable_names": {
|
||||||
"expectedData": "^L._.*$",
|
"expectedData": "^L._.*$",
|
||||||
"expectedConstant": "^LC_.*$",
|
"expectedConstant": "^LC_.*$",
|
||||||
|
|
|
@ -25,9 +25,9 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@abaplint/cli": "^2.89.14",
|
"@abaplint/cli": "^2.90.0",
|
||||||
"@abaplint/runtime": "^2.0.18",
|
"@abaplint/runtime": "^2.0.22",
|
||||||
"@abaplint/transpiler-cli": "^2.0.18",
|
"@abaplint/transpiler-cli": "^2.0.22",
|
||||||
"@abaplint/database-sqlite": "^2.0.11",
|
"@abaplint/database-sqlite": "^2.0.11",
|
||||||
"abapmerge": "^0.14.3",
|
"abapmerge": "^0.14.3",
|
||||||
"c8": "^7.11.2",
|
"c8": "^7.11.2",
|
||||||
|
|
|
@ -233,10 +233,9 @@ CLASS zcl_abapgit_object_udmo IMPLEMENTATION.
|
||||||
|
|
||||||
CALL FUNCTION 'SDU_DMO_ENT_PUT'
|
CALL FUNCTION 'SDU_DMO_ENT_PUT'
|
||||||
EXPORTING
|
EXPORTING
|
||||||
object = ls_udmo_entity
|
object = ls_udmo_entity
|
||||||
EXCEPTIONS
|
EXCEPTIONS
|
||||||
ret_code = 0
|
OTHERS = 0.
|
||||||
OTHERS = 0.
|
|
||||||
|
|
||||||
ENDLOOP.
|
ENDLOOP.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user