Update abaplint.json

This commit is contained in:
Lars Hvam 2019-02-02 13:24:28 +01:00
parent 0467707a5b
commit 7466dca08c

View File

@ -157,7 +157,7 @@
"object_naming": {
"enabled": true,
"exclude": [],
"clas": "^ZCL\\_",
"clas": "^ZC(L|X)\\_",
"intf": "^ZIF\\_",
"prog": "^Z",
"fugr": "^Z",
@ -169,7 +169,6 @@
"tran": "^Z",
"enqu": "^Z",
"auth": "^Z",
"devc": "^Z",
"pinf": "^Z"
},
"obsolete_statement": {