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:
parent
30b950e107
commit
d564a42549
@ -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
|
||||
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user