Skip to content

Commit 2245124

Browse files
authored
Update abaplint.json
1 parent 0c1c084 commit 2245124

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

abaplint.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"CLAS",
3838
"DEVC",
3939
"INTF",
40+
"NSPC",
4041
"PROG"
4142
]
4243
},
@@ -180,7 +181,7 @@
180181
"aqqu": "^Z",
181182
"aqsg": "^Z",
182183
"auth": "^Z",
183-
"clas": "^ZC(L|X)\\_AJSON_EXT",
184+
"clas": "^/APMG/C(L|X)_AJSON_EXT",
184185
"cmod": "^Z",
185186
"doma": "^Z",
186187
"dtel": "^Z",
@@ -192,7 +193,7 @@
192193
"idoc": "^Z",
193194
"ignoreNames": [],
194195
"ignorePatterns": [],
195-
"intf": "^ZIF\\_AJSON_EXT",
196+
"intf": "^/APMG/IF_AJSON_EXT",
196197
"msag": "^Z",
197198
"patternKind": "required",
198199
"pinf": "^Z",
@@ -279,7 +280,7 @@
279280
"xml_consistency": true
280281
},
281282
"syntax": {
282-
"errorNamespace": "^(Z|Y|LCL_|TY_|LIF_)",
283+
"errorNamespace": "^(/APMG/|LCL_|TY_|LIF_)",
283284
"globalConstants": [],
284285
"globalMacros": [],
285286
"version": "v702"

0 commit comments

Comments
 (0)