Update abaplint.json

This commit is contained in:
Lars Hvam 2019-01-26 11:03:57 +01:00 committed by GitHub
parent d63686c442
commit 6eb17c2e10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,11 +145,33 @@
"enabled": true,
"exclude": []
},
"msag_consistency": {
"enabled": true,
"exclude": []
},
"nesting": {
"enabled": true,
"exclude": [],
"depth": 5
},
"object_naming": {
"enabled": true,
"exclude": [],
"clas": "^ZCL\\_",
"intf": "^ZIF\\_",
"prog": "^Z",
"fugr": "^Z",
"tabl": "^Z",
"ttyp": "^Z",
"dtel": "^Z",
"doma": "^Z",
"msag": "^Z",
"tran": "^Z",
"enqu": "^Z",
"auth": "^Z",
"devc": "^Z",
"pinf": "^Z"
},
"obsolete_statement": {
"enabled": true,
"exclude": [],