mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
additional forbidden void types (#4532)
This commit is contained in:
parent
ed89d2dd7c
commit
d0a7f97dda
|
@ -118,7 +118,16 @@
|
|||
"check": ["^stringtab$", "^SYCHAR01$", "^char2$", "^char20$", "^int4$", "^SYREPID$",
|
||||
"^flag$", "^char12$", "^char10$", "^char70$", "^char4$", "^sydatum$", "^syuzeit$",
|
||||
"^syst_title$", "^sychar70$", "^char30$", "^char50$",
|
||||
"^numc2$", "^sap_bool$", "^SYCHAR10$", "^sylangu$"]
|
||||
"^numc2$", "^sap_bool$", "^SYCHAR10$", "^sylangu$",
|
||||
"^cl_blue_wb_utility$",
|
||||
"^cl_srvd_wb_object_data$",
|
||||
"^cl_wb_object_operator_factory$",
|
||||
"^cx_wb_object_operation_error$",
|
||||
"^if_srvd_types$",
|
||||
"^if_wb_adt_plugin_resource_co$",
|
||||
"^if_wb_object_data_selection_co$",
|
||||
"^if_wb_object_operator$"
|
||||
]
|
||||
},
|
||||
"forbidden_identifier": true,
|
||||
"try_without_catch": true,
|
||||
|
@ -318,6 +327,7 @@
|
|||
"refresh": true,
|
||||
"compute": true,
|
||||
"add": true,
|
||||
"ranges": true,
|
||||
"subtract": true,
|
||||
"multiply": true,
|
||||
"typePools": true,
|
||||
|
|
Loading…
Reference in New Issue
Block a user