Update abaplint.jsonc

This commit is contained in:
oblomov 2023-04-26 10:35:08 +02:00
parent 9b2c4e544c
commit 1571898a9f

View File

@ -63,7 +63,7 @@
"severity": "Error", "severity": "Error",
"max": 20 "max": 20
}, },
"dangerous_statement": true, "dangerous_statement": false,
"db_operation_in_loop": true, "db_operation_in_loop": true,
"definitions_top": false, "definitions_top": false,
"description_empty": true, "description_empty": true,
@ -204,7 +204,7 @@
"ignoreWorkflow": true "ignoreWorkflow": true
}, },
"rfc_error_handling": true, "rfc_error_handling": true,
"select_add_order_by": true, "select_add_order_by": false,
"select_performance": true, "select_performance": true,
"selection_screen_naming": true, "selection_screen_naming": true,
"sequential_blank": { "sequential_blank": {