mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 01:56:28 +08:00
abaplint: update msag_consistency rule settings (#1142)
to not require numeric parameters
This commit is contained in:
parent
4d33c4e20e
commit
2f970b82a1
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user