mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
unit testing test (#4391)
* unit testing test * upd * upd * upd * upd * update deps * upd * upd * update deps * upd * update abaplint to latest * enable rule use_class_based_exceptions
This commit is contained in:
parent
40331ee80f
commit
a704c355aa
|
@ -6,11 +6,13 @@
|
|||
"zcl_abapgit_hash",
|
||||
"zcl_abapgit_html.clas",
|
||||
"zcl_abapgit_http_digest",
|
||||
"zcl_abapgit_http_client",
|
||||
"zcl_abapgit_login_manager",
|
||||
"zcl_abapgit_path",
|
||||
"zcl_abapgit_progress",
|
||||
"zcl_abapgit_string_map",
|
||||
"zcl_abapgit_syntax_*",
|
||||
"zif_abapgit_ajson*",
|
||||
"zcl_abapgit_url",
|
||||
"zcl_abapgit_zlib_convert",
|
||||
"zcl_abapgit_zlib_huffman",
|
||||
|
@ -19,6 +21,7 @@
|
|||
"zcl_abapgit_git_branch_list",
|
||||
"zcx_abapgit_exception",
|
||||
"zcx_abapgit_not_found",
|
||||
"zcx_abapgit_ajson_error",
|
||||
"zif_abapgit_apack_definitions",
|
||||
"zif_abapgit_auth",
|
||||
"zif_abapgit_cts_api",
|
||||
|
@ -28,8 +31,6 @@
|
|||
"zif_abapgit_exit",
|
||||
"zcl_abapgit_gui_buttons",
|
||||
"zcl_abapgit_exit",
|
||||
"zif_abapgit_ajson_writer",
|
||||
"zif_abapgit_ajson_reader",
|
||||
"zif_abapgit_frontend_services",
|
||||
"zif_abapgit_xml_output",
|
||||
"zif_abapgit_xml_input",
|
||||
|
|
|
@ -74,6 +74,7 @@
|
|||
"globalMacros": []
|
||||
},
|
||||
"rules": {
|
||||
"use_class_based_exceptions": true,
|
||||
"uncaught_exception": true,
|
||||
"intf_referencing_clas": false,
|
||||
"method_implemented_twice": true,
|
||||
|
|
|
@ -13,9 +13,9 @@
|
|||
"url": "git+https://github.com/abapGit/abapGit.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@abaplint/cli": "^2.63.13",
|
||||
"@abaplint/transpiler-cli": "^1.1.18",
|
||||
"@abaplint/runtime": "^1.1.18",
|
||||
"@abaplint/cli": "^2.64.1",
|
||||
"@abaplint/transpiler-cli": "^1.1.24",
|
||||
"@abaplint/runtime": "^1.1.24",
|
||||
"abapmerge": "^0.14.2",
|
||||
"eslint": "^7.17.0"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user