Skip to content

Commit dc53b40

Browse files
fix: remove inline descriptions from .INPUTS/.OUTPUTS to avoid MD046
PlatyPS renders indented lines after a type entry as indented code blocks, which MD046 rejects (fenced style required). Type-name-only entries generate clean ### headings with no linting issues. The .DESCRIPTION section already documents the return value. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 5144ac9 commit dc53b40

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/functions/public/Get-PSModuleTest.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ function Get-PSModuleTest {
1414
1515
.INPUTS
1616
None
17-
You can't pipe objects to Get-PSModuleTest.
1817
1918
.OUTPUTS
2019
System.String
21-
A greeting string for the given name.
2220
#>
2321
[OutputType([string])]
2422
[CmdletBinding()]

0 commit comments

Comments
 (0)