-
Notifications
You must be signed in to change notification settings - Fork 1
/
abaplint-rename.json
40 lines (40 loc) · 1005 Bytes
/
abaplint-rename.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"global": {
"files": "/steampunk_input/**/*.*"
},
"dependencies": [
{
"url": "https://github.com/abapedia/steampunk-2305-api",
"files": "/src/**/*.*"
}
],
"rename": {
"output": "steampunk_renamed",
"patterns": [
{"type": "TTYP|DTEL|TABL", "oldName": "/iwbep/", "newName": "zoao_"},
{"type": "CLAS|INTF", "oldName": "/iwbep/", "newName": "z"},
{"type": "DTEL", "oldName": "TEXTPOOLKY", "newName": "ZOAO_TEXTPOOLKY"}
]
},
"syntax": {
"version": "Cloud",
"errorNamespace": "."
},
"rules": {
"begin_end_names": true,
"cds_parser_error": true,
"check_ddic": true,
"strict_sql": true,
"sql_escape_host_variables": true,
"check_include": true,
"check_syntax": true,
"cloud_types": true,
"global_class": true,
"implement_methods": true,
"method_implemented_twice": true,
"parser_error": true,
"superclass_final": true,
"unknown_types": true,
"xml_consistency": true
}
}