Commit c76df31
fix: add [OutputType] to scaffold function (PSUseOutputTypeCorrectly)
The scaffold Get-PSModuleTest function output a string but was missing the
[OutputType([string])] attribute. This triggered a PSScriptAnalyzer
PSUseOutputTypeCorrectly failure when README.md changes caused
HasImportantChanges to be true and the full lint suite ran.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent 934176f commit c76df31
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments