Skip to content

Commit 53e7bc8

Browse files
authored
Добавил тег unused
1 parent c2fafa2 commit 53e7bc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/github/_1c_syntax/bsl/languageserver/diagnostics/UnusedLocalVariableDiagnostic.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
minutesToFix = 1,
4141
tags = {
4242
DiagnosticTag.BRAINOVERLOAD,
43-
DiagnosticTag.BADPRACTICE
43+
DiagnosticTag.BADPRACTICE,
44+
DiagnosticTag.UNUSED
4445
},
4546
modules = {
4647
ModuleType.CommandModule,

0 commit comments

Comments
 (0)