1
0
mirror of https://github.com/1C-Company/v8-code-style.git synced 2025-02-08 11:47:35 +02:00

Понижение критичности и смена категории по методической рекомендации

This commit is contained in:
Dmitriy Marmyshev 2022-02-21 18:10:54 +03:00
parent 498e369e5b
commit 168fdd3774

View File

@ -65,8 +65,8 @@ public final class InvocationFormEventHandlerCheck
builder.title(Messages.InvocationFormEventHandlerCheck_Program_invocation_of_form_event_handler_title)
.description(Messages.InvocationFormEventHandlerCheck_Program_invocation_of_form_event_handler_description)
.complexity(CheckComplexity.NORMAL)
.severity(IssueSeverity.MAJOR)
.issueType(IssueType.WARNING)
.severity(IssueSeverity.TRIVIAL)
.issueType(IssueType.CODE_STYLE)
.extension(new StandardCheckExtension(getCheckId(), BslPlugin.PLUGIN_ID))
.module()
.checkedObjectType(INVOCATION);