update abaplint config

This commit is contained in:
larshp 2019-09-05 06:24:40 +02:00 committed by Lars Hvam
parent 789d41ff79
commit 370cb11c4a

View File

@ -1,8 +1,17 @@
{ {
"global": { "global": {
"version": "v700", "files": "/src/**/*.*",
"skipGeneratedGatewayClasses": true, "skipGeneratedGatewayClasses": true,
"skipGeneratedPersistentClasses": true "skipGeneratedFunctionGroups": true,
"skipGeneratedPersistentClasses": true,
"applyUnspecifiedRules": false
},
"dependencies": [],
"syntax": {
"version": "v700",
"errorNamespace": "^(Z|Y)",
"globalConstants": [],
"globalMacros": []
}, },
"rules": { "rules": {
"7bit_ascii": { "7bit_ascii": {