We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11037f commit ae2041cCopy full SHA for ae2041c
‎scripts/tests/PSScriptAnalyzer/PSScriptAnalyzer.Tests.ps1‎
@@ -67,8 +67,10 @@ BeforeDiscovery {
67
68
Describe "PSScriptAnalyzer" {
69
BeforeAll {
70
- $testResults = Invoke-ScriptAnalyzer -Path $Path -Settings $SettingsFilePath -Recurse -Verbose:$false
71
- Write-Warning "Found [$($testResults.Count)] issues"
+ LogGroup "Invoke-ScriptAnalyzer -Path [$Path] -Settings [$relativeSettingsFilePath]" {
+ $testResults = Invoke-ScriptAnalyzer -Path $Path -Settings $SettingsFilePath -Recurse -Verbose
72
+ Write-Warning "Found [$($testResults.Count)] issues"
73
+ }
74
}
75
76
foreach ($Severety in $Severeties) {
0 commit comments