1
0
mirror of https://github.com/1C-Company/v8-code-style.git synced 2025-05-30 07:47:31 +02:00

Merge pull request #1352 from VAGoncharov/bugfix/1351-method-optional-param-before-required-wrong-message

#1351 Исправлена ошибка в сообщении для проверки MethodOptionalParameterBeforeRequiredCheck
This commit is contained in:
Artem Iliukhin 2023-08-14 00:24:18 -07:00 committed by GitHub
commit 78d45c385c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -234,11 +234,11 @@ ManagerModuleNamedSelfReferenceCheck_issue = Избыточное обращен
ManagerModuleNamedSelfReferenceCheck_title = Избыточное обращение по собственному имени в модуле менеджера
MethodOptionalParameterBeforeRequiredCheck_Optional_parameter_before_required = Обязательный параметр расположен перед обязательным
MethodOptionalParameterBeforeRequiredCheck_Optional_parameter_before_required = Необязательный параметр расположен перед обязательным
MethodOptionalParameterBeforeRequiredCheck_description = Обязательный параметр расположен перед обязательным
MethodOptionalParameterBeforeRequiredCheck_description = Необязательный параметр расположен перед обязательным
MethodOptionalParameterBeforeRequiredCheck_title = Обязательный параметр расположен перед обязательным
MethodOptionalParameterBeforeRequiredCheck_title = Необязательный параметр расположен перед обязательным
MethodTooManyPramsCheck_Max_parameters = Максимум параметров