We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80cc462 commit a7f544eCopy full SHA for a7f544e
scripts/tests/PSScriptAnalyzer/PSScriptAnalyzer.Tests.ps1
@@ -26,7 +26,7 @@ BeforeDiscovery {
26
$ruleObjects = Get-ScriptAnalyzerRule -Verbose:$false | Sort-Object -Property Severity, CommonName
27
$Severeties = $ruleObjects | Select-Object -ExpandProperty Severity -Unique
28
29
- $PSStyle.OutputRendering
+ Write-Verbose ($PSStyle.OutputRendering.ToString()) -Verbose
30
31
foreach ($ruleObject in $ruleObjects) {
32
if ($ruleObject.RuleName -in $settings.ExcludeRules) {
0 commit comments