update to latest abaplint config

This commit is contained in:
larshp 2019-05-14 15:43:47 +02:00
parent a41382352c
commit 76c91e0cc5

View File

@ -3,7 +3,8 @@
"version": "v702",
"skipGeneratedGatewayClasses": true,
"skipGeneratedPersistentClasses": true,
"skipGeneratedFunctionGroups": true
"skipGeneratedFunctionGroups": true,
"applyUnspecifiedRules": false
},
"rules": {
"7bit_ascii": {
@ -119,7 +120,8 @@
"ignoreExceptions": true,
"ignoreLowerClassImplmentationStatement": true,
"ignoreGlobalClassDefinition": false,
"ignoreGlobalInterface": false
"ignoreGlobalInterface": false,
"ignoreFunctionModuleName": false
},
"line_length": {
"enabled": true,
@ -219,6 +221,19 @@
"enabled": true,
"exclude": []
},
"preferred_compare_operator": {
"enabled": false,
"exclude": [],
"badOperators": [
"EQ",
"><",
"NE",
"GE",
"GT",
"LT",
"LE"
]
},
"remove_descriptions": {
"enabled": true,
"exclude": [],
@ -251,6 +266,10 @@
"enabled": true,
"exclude": []
},
"unreachable_code": {
"enabled": true,
"exclude": []
},
"when_others_last": {
"enabled": true,
"exclude": []