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
},
"inline_data_old_versions": {},
"keywords_upper": {
"keyword_case": {
"style": "upper",
"ignoreExceptions": true,
"ignoreLowerClassImplmentationStatement": true,
"ignoreGlobalClassDefinition": false,
@ -180,6 +181,7 @@
},
"method_length": {
"statements": 100,
"ignoreTestClasses": false,
"errorWhenEmpty": false
},
"method_parameter_names": {