update to latest

This commit is contained in:
larshp 2019-10-27 11:34:38 +01:00 committed by Lars Hvam
parent 1af5648e5f
commit d0e3956df8

View File

@ -57,6 +57,15 @@
}, },
"rules": { "rules": {
"7bit_ascii": {}, "7bit_ascii": {},
"abapdoc": {
"enabled": false,
"checkLocal": false
},
"check_ddic": true,
"check_include": true,
"form_no_dash": {
"enabled": false
},
"allowed_object_types": { "allowed_object_types": {
"allowed": [ "allowed": [
"PROG", "PROG",
@ -80,7 +89,7 @@
"begin_end_names": {}, "begin_end_names": {},
"breakpoint": {}, "breakpoint": {},
"check_transformation_exists": {}, "check_transformation_exists": {},
"check_variables": {}, "check_syntax": {},
"class_attribute_names": { "class_attribute_names": {
"ignoreExceptions": true, "ignoreExceptions": true,
"statics": "^G._.*$", "statics": "^G._.*$",
@ -165,7 +174,8 @@
"enabled": false "enabled": false
}, },
"method_length": { "method_length": {
"statements": 100 "statements": 100,
"errorWhenEmpty": false
}, },
"method_parameter_names": { "method_parameter_names": {
"ignoreExceptions": true, "ignoreExceptions": true,