abaplint: update msag_consistency rule settings (#1142)

to not require numeric parameters
This commit is contained in:
Lars Hvam 2023-10-01 17:33:07 +02:00 committed by GitHub
parent 4d33c4e20e
commit 2f970b82a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,9 @@
"local_class_naming": false,
"main_file_contents": true,
"message_exists": false,
"msag_consistency": true,
"msag_consistency": {
"numericParamters": false
},
"newline_between_methods": false,
"no_public_attributes": false,
"object_naming": {