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:
parent
498e369e5b
commit
168fdd3774
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user