1
0
mirror of https://github.com/1C-Company/v8-code-style.git synced 2025-07-17 21:17:41 +02:00

G5V8DT-24086 Ложные срабатывания проверки The asynchronous method is

followed by lines of code
This commit is contained in:
Dzyuba Maksim
2024-02-06 18:12:43 +03:00
parent ab51c43b8a
commit ccec2bb440

View File

@ -101,6 +101,7 @@ public final class CodeAfterAsyncCallCheck
.complexity(CheckComplexity.NORMAL)
.severity(IssueSeverity.MAJOR)
.issueType(IssueType.WARNING)
.disable()
.extension(new CommonSenseCheckExtension(getCheckId(), BslPlugin.PLUGIN_ID))
.module()
.checkedObjectType(INVOCATION)