1
0
mirror of https://github.com/1C-Company/v8-code-style.git synced 2024-12-11 21:21:54 +02:00

Опечатка в названии аннотации

This commit is contained in:
Капралов Александр 2021-09-29 11:39:41 +03:00
parent 30b950e107
commit d564a42549
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# Use pragma &ChangeAndControl instead of &Around
# Use pragma &ChangeAndValidate instead of &Around
Starting with the platform 8.3.16, you can use pragma &ChangeAndControl instead of pragma &Around in cases where there is no ProceedWithCall call inside the method
Starting with the platform 8.3.16, you can use pragma &ChangeAndValidate instead of pragma &Around in cases where there is no ProceedWithCall call inside the method
## Noncompliant Code Example

View File

@ -33,7 +33,7 @@ import com.e1c.g5.v8.dt.check.settings.IssueType;
import com.google.inject.Inject;
/**
* Checks that pragma &ChangeAndControl is used when there is no call ProceedWithCall
* Checks that pragma &ChangeAndValidate is used when there is no call ProceedWithCall
*
* @author Aleksandr Kapralov
*

View File

@ -20,11 +20,11 @@ CanonicalPragmaCheck_description = Check pragma is written canonically
CanonicalPragmaCheck_title = Pragma is written canonically
ChangeAndValidateInsteadOfAroundCheck_Use_ChangeAndValidate_instead_of_Around = It's recommended to use pragma &ChangeAndControl instead of &Around
ChangeAndValidateInsteadOfAroundCheck_Use_ChangeAndValidate_instead_of_Around = It's recommended to use pragma &ChangeAndValidate instead of &Around
ChangeAndValidateInsteadOfAroundCheck_description = Checks that pragma &ChangeAndControl is used when there is no call ProceedWithCall
ChangeAndValidateInsteadOfAroundCheck_description = Checks that pragma &ChangeAndValidate is used when there is no call ProceedWithCall
ChangeAndValidateInsteadOfAroundCheck_title = Use pragma &ChangeAndControl instead of &Around
ChangeAndValidateInsteadOfAroundCheck_title = Use pragma &ChangeAndValidate instead of &Around
EmptyExceptStatementCheck_description = Empty except statement