Skip to content

Commit 165e5ac

Browse files
Fix CI failures: replace [Basic] test job with scenario-based jobs; add PSAvoidUsingWriteHost exclusion; suppress publishModule unused-var warning
1 parent 6d0500c commit 165e5ac

3 files changed

Lines changed: 392 additions & 5 deletions

File tree

.github/linters/.powershell-psscriptanalyzer.psd1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
}
5151
}
5252
ExcludeRules = @(
53+
'PSAvoidUsingWriteHost', # Write-Host is acceptable in GitHub Actions runners.
5354
'PSMissingModuleManifestField', # This rule is not applicable until the module is built.
5455
'PSUseToExportFieldsInManifest'
5556
)

0 commit comments

Comments
 (0)