Skip to content

Commit 355280c

Browse files
committed
default off
1 parent d9ed028 commit 355280c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
type = DiagnosticType.CODE_SMELL,
3434
severity = DiagnosticSeverity.INFO,
3535
minutesToFix = 1,
36+
activatedByDefault = false,
3637
tags = {
3738
DiagnosticTag.BADPRACTICE
3839
}

0 commit comments

Comments
 (0)