Skip to content

Commit 635418b

Browse files
authored
Create abaplint.jsonc
1 parent 4aad890 commit 635418b

File tree

1 file changed

+96
-0
lines changed

1 file changed

+96
-0
lines changed

abaplint.jsonc

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
{
2+
"global": {
3+
"files": "/src/**/*.*"
4+
},
5+
"dependencies": [
6+
{
7+
"url": "https://github.com/abapedia/steampunk-2305-api-intersect-702",
8+
"folder": "/deps",
9+
"files": "/src/**/*.*"
10+
},
11+
{
12+
"url": "https://github.com/abap2UI5/abap2UI5",
13+
"folder": "/abap2UI5",
14+
"files": "/src/**/*.*"
15+
}
16+
],
17+
"syntax": {
18+
"version": "v750",
19+
"errorNamespace": "."
20+
},
21+
"rules": {
22+
"downport": true,
23+
"begin_end_names": true,
24+
"check_ddic": true,
25+
"check_include": true,
26+
"check_syntax": true,
27+
"global_class": true,
28+
"definitions_top": false,
29+
"implement_methods": true,
30+
"method_implemented_twice": true,
31+
"parser_error": true,
32+
"superclass_final": true,
33+
"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+
},
95+
}
96+
}

0 commit comments

Comments
 (0)