vertical_parameter_alignment_on_call:
severity: error
func test() {
СreateAdUpdateShopHelper.updateShopModels(categoryModels: &categoryModels,
contactModels: &contactModels, // < - error
country: response.country!, // < - error
contact: response.contact, // < - error
shop: response.shop) // < - error
}