mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +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": []
|
||||
},
|
||||
"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,
|
||||
"cds_parser_error": true,
|
||||
"constant_classes": true,
|
||||
|
@ -73,7 +80,6 @@
|
|||
"prefer_corresponding": true,
|
||||
"static_call_via_instance": false,
|
||||
"unnecessary_chaining": false,
|
||||
"pragma_placement": true,
|
||||
"unsecure_fae": false,
|
||||
"identical_descriptions": false,
|
||||
"modify_only_own_db_tables": false,
|
||||
|
@ -155,7 +161,6 @@
|
|||
"sicf_consistency": true,
|
||||
"sql_escape_host_variables": true,
|
||||
"xml_consistency": true,
|
||||
"check_no_handler_pragma": true,
|
||||
"newline_between_methods": false,
|
||||
"chain_mainly_declarations": {
|
||||
"definitions": true,
|
||||
|
@ -199,6 +204,7 @@
|
|||
"ambiguous_statement": true,
|
||||
"avoid_use": {
|
||||
"define": true,
|
||||
"testSeams": true,
|
||||
"defaultKey": false,
|
||||
"describeLines": true,
|
||||
"break": true,
|
||||
|
@ -287,7 +293,6 @@
|
|||
"local": "^LCL_.*$",
|
||||
"test": "^LT.+$"
|
||||
},
|
||||
"local_testclass_location": true,
|
||||
"local_variable_names": {
|
||||
"expectedData": "^L._.*$",
|
||||
"expectedConstant": "^LC_.*$",
|
||||
|
|
|
@ -25,9 +25,9 @@
|
|||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@abaplint/cli": "^2.89.14",
|
||||
"@abaplint/runtime": "^2.0.18",
|
||||
"@abaplint/transpiler-cli": "^2.0.18",
|
||||
"@abaplint/cli": "^2.90.0",
|
||||
"@abaplint/runtime": "^2.0.22",
|
||||
"@abaplint/transpiler-cli": "^2.0.22",
|
||||
"@abaplint/database-sqlite": "^2.0.11",
|
||||
"abapmerge": "^0.14.3",
|
||||
"c8": "^7.11.2",
|
||||
|
|
|
@ -233,10 +233,9 @@ CLASS zcl_abapgit_object_udmo IMPLEMENTATION.
|
|||
|
||||
CALL FUNCTION 'SDU_DMO_ENT_PUT'
|
||||
EXPORTING
|
||||
object = ls_udmo_entity
|
||||
object = ls_udmo_entity
|
||||
EXCEPTIONS
|
||||
ret_code = 0
|
||||
OTHERS = 0.
|
||||
OTHERS = 0.
|
||||
|
||||
ENDLOOP.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user