Skip to content

Commit 321bdf9

Browse files
authored
Merge pull request #3666 from 1c-syntax/translations_docs-contributing-diagnosticstructure-md--develop_en
Updates for file docs/contributing/DiagnosticStructure.md in en
2 parents d004c6b + c9c8477 commit 321bdf9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/en/contributing/DiagnosticStructure.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,21 +59,21 @@ Annotation example
5959

6060
```java
6161
@DiagnosticMetadata(
62-
type = DiagnosticType.CODE_SMELL,
62+
type = DiagnosticType.CODE_SMELL,
6363
severity = DiagnosticSeverity.MINOR,
64-
minutesToFix = 1,
65-
activatedByDefault = false,
64+
minutesToFix = 1,
65+
activatedByDefault = false,
6666
scope = DiagnosticScope.BSL,
6767
compatibilityMode = DiagnosticCompatibilityMode.COMPATIBILITY_MODE_8_3_3,
6868
tags = {
69-
DiagnosticTag.STANDARD
69+
DiagnosticTag.STANDARD
7070
},
7171
modules = {
72-
ModuleType.CommonModule
72+
ModuleType.CommonModule
7373
},
74-
canLocateOnProject = false,
75-
extraMinForComplexity = 1, // For each additional note position (`DiagnosticRelatedInformation`) one minute will be added
76-
lspSeverity = "Warning" // Explicit LSP severity level (Error, Warning, Information, Hint)
74+
canLocateOnProject = false,
75+
extraMinForComplexity = 1, // For each additional note position (`DiagnosticRelatedInformation`) one minute will be added
76+
lspSeverity = "Warning" // Explicit LSP severity level (Error, Warning, Information, Hint)
7777
)
7878
```
7979

0 commit comments

Comments
 (0)