update abaplint

This commit is contained in:
Lars Hvam 2019-11-20 17:45:17 +01:00
parent 6491967d76
commit 6b3fc6ebed

View File

@ -150,7 +150,8 @@
"ignoreGlobalInterface": false "ignoreGlobalInterface": false
}, },
"inline_data_old_versions": {}, "inline_data_old_versions": {},
"keywords_upper": { "keyword_case": {
"style": "upper",
"ignoreExceptions": true, "ignoreExceptions": true,
"ignoreLowerClassImplmentationStatement": true, "ignoreLowerClassImplmentationStatement": true,
"ignoreGlobalClassDefinition": false, "ignoreGlobalClassDefinition": false,
@ -180,6 +181,7 @@
}, },
"method_length": { "method_length": {
"statements": 100, "statements": 100,
"ignoreTestClasses": false,
"errorWhenEmpty": false "errorWhenEmpty": false
}, },
"method_parameter_names": { "method_parameter_names": {