You've already forked v8-code-style
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user