Skip to content

Commit 1bf55ac

Browse files
committed
docs(readme): fix formatting
1 parent 5f5daa4 commit 1bf55ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Enforces proper spacing and formatting in docblocks.
5151
#### Violation Codes:
5252

5353
`yCodeTech.Commenting.DocblockFormat.TagSpacing`
54+
5455
`yCodeTech.Commenting.DocblockFormat.ReturnSpacing`
5556

5657
#### Examples:
@@ -220,6 +221,7 @@ Functions that return a value must have a `@return` docblock tag.
220221
#### Violation Codes:
221222

222223
`yCodeTech.Commenting.FunctionComment.MissingReturn`
224+
223225
`yCodeTech.Commenting.FunctionComment.VoidReturnTagFound`
224226

225227
#### Examples:
@@ -369,7 +371,9 @@ Long type names are disallowed. Short names must be used in all contexts.
369371
#### Violation Codes:
370372

371373
`yCodeTech.Types.DisallowTypeLongNames.DocblockType`
374+
372375
`yCodeTech.Types.DisallowTypeLongNames.TypeCast`
376+
373377
`yCodeTech.Types.DisallowTypeLongNames.TypeDeclaration`
374378

375379
#### Examples:

0 commit comments

Comments
 (0)