Skip to content

Commit 6248837

Browse files
authored
Update abaplint.json
1 parent 7500622 commit 6248837

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

abaplint.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"allowed_object_types": {
3131
"allowed": [
3232
"DEVC",
33-
"INTF"
33+
"INTF",
34+
"NSPC"
3435
]
3536
},
3637
"ambiguous_statement": true,
@@ -173,7 +174,7 @@
173174
"aqqu": "^Z",
174175
"aqsg": "^Z",
175176
"auth": "^Z",
176-
"clas": "^ZC(L|X)\\_TYPES",
177+
"clas": "^/APMG/C(L|X)_TYPES",
177178
"cmod": "^Z",
178179
"doma": "^Z",
179180
"dtel": "^Z",
@@ -185,11 +186,11 @@
185186
"idoc": "^Z",
186187
"ignoreNames": [],
187188
"ignorePatterns": [],
188-
"intf": "^ZIF\\_TYPES",
189+
"intf": "^/APMG/IF_TYPES",
189190
"msag": "^Z",
190191
"patternKind": "required",
191192
"pinf": "^Z",
192-
"prog": "^Z",
193+
"prog": "^/APMG/",
193194
"sfpf": "^Z",
194195
"sfpi": "^Z",
195196
"shlp": "^Z",
@@ -272,7 +273,7 @@
272273
"xml_consistency": true
273274
},
274275
"syntax": {
275-
"errorNamespace": "^(Z|Y|LCL_|TY_|LIF_)",
276+
"errorNamespace": "^(/APMG/|LCL_|TY_|LIF_)",
276277
"globalConstants": [],
277278
"globalMacros": [],
278279
"version": "v750"

0 commit comments

Comments
 (0)