Skip to content

Commit 84241b3

Browse files
authored
Update abaplint.jsonc
1 parent 74a97a8 commit 84241b3

File tree

1 file changed

+7
-72
lines changed

1 file changed

+7
-72
lines changed

abaplint.jsonc

Lines changed: 7 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
1-
{
2-
"global": {
3-
"files": "/src/**/*.*"
4-
},
5-
"dependencies": [
6-
{
7-
"url": "https://github.com/abapedia/steampunk-2305-api-intersect-702",
8-
"folder": "/deps",
1+
{
2+
"global": {
93
"files": "/src/**/*.*"
104
},
5+
"dependencies": [
116
{
12-
"url": "https://github.com/abap2UI5/abap2UI5",
13-
"folder": "/abap2UI5",
7+
"url": "https://github.com/abaplint/deps",
8+
"folder": "/deps",
149
"files": "/src/**/*.*"
15-
}
10+
}
1611
],
1712
"syntax": {
1813
"version": "v750",
@@ -31,66 +26,6 @@
3126
"parser_error": true,
3227
"superclass_final": true,
3328
"unknown_types": true,
34-
"xml_consistency": true,
35-
"forbidden_void_type": {
36-
"check": [
37-
"^boole_d$",
38-
"^char10$",
39-
"^char12$",
40-
"^char2$",
41-
"^char20$",
42-
"^char30$",
43-
"^char4$",
44-
"^char50$",
45-
"^char70$",
46-
"^cl_abap_syst",
47-
"^cl_aff_",
48-
"^cl_aucv_test_runner_abstract$",
49-
"^cl_aucv_test_runner_standard$",
50-
"^cl_aunit_assert$",
51-
"^cl_axt_dbtable$",
52-
"^cl_blue_wb_utility$",
53-
"^cl_oo_source$",
54-
"^/ui2/cl_$",
55-
"^/ui2/cl_",
56-
"^cl_saunit_internal_result$",
57-
"^cl_srvd_wb_object_data$",
58-
"^cl_wb_object_operator_factory$",
59-
"^cl_wer_const$",
60-
"^cl_xco_",
61-
"^cx_aff_",
62-
"^cx_wb_object_operation_error$",
63-
"^cx_xco_",
64-
"^flag$",
65-
"^i18_a_langiso2$",
66-
"^if_adt_lock_handle$",
67-
"^if_aff_",
68-
"^if_satc_ci_variant_access$",
69-
"^if_saunit_internal_result$",
70-
"^if_saunit_internal_result_type$",
71-
"^if_srvd_types$",
72-
"^if_wb_adt_plugin_resource_co$",
73-
"^if_wb_object_data_selection_co$",
74-
"^if_wb_object_operator$",
75-
"^if_xco_",
76-
"^int4$",
77-
"^numc2$",
78-
"^sabp_t_tadir_keys$",
79-
"^sap_bool$",
80-
"^srcsystem$",
81-
"^stringtab$",
82-
"^sychar01$",
83-
"^sychar10$",
84-
"^sychar70$",
85-
"^sydatum$",
86-
"^sylangu$",
87-
"^syst_title$",
88-
"^syuzeit$",
89-
"^xubname$",
90-
"^feld$",
91-
"^abap_boolean$",
92-
"^boolean$",
93-
]
94-
},
29+
"xml_consistency": true
9530
}
9631
}

0 commit comments

Comments
 (0)