mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
Update abaplint.json
This commit is contained in:
parent
d63686c442
commit
6eb17c2e10
|
@ -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": [],
|
||||
|
|
Loading…
Reference in New Issue
Block a user