We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f34379 commit 80cc462Copy full SHA for 80cc462
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 = 'Ansi'
+ $PSStyle.OutputRendering
30
31
foreach ($ruleObject in $ruleObjects) {
32
if ($ruleObject.RuleName -in $settings.ExcludeRules) {
0 commit comments