You've already forked v8-code-style
mirror of
https://github.com/1C-Company/v8-code-style.git
synced 2025-12-03 09:25:22 +02:00
Merge pull request #812 from DoublesunRUS/bugfix/change-and-validate-typos
Опечатка в названии аннотации
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user