We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd08ad8 commit 4adc55cCopy full SHA for 4adc55c
‎scripts/tests/PSScriptAnalyzer/PSScriptAnalyzer.Tests.ps1‎
@@ -66,7 +66,7 @@ BeforeDiscovery {
66
Describe "PSScriptAnalyzer" {
67
BeforeAll {
68
$relativeSettingsFilePath = $SettingsFilePath.Replace($PSScriptRoot, '').Trim('\').Trim('/')
69
- LogGroup "Invoke-ScriptAnalyzer -Path [$Path] -Settings [$SettingsFilePath]" {
+ LogGroup "Invoke-ScriptAnalyzer -Path [$Path] -Settings [$relativeSettingsFilePath]" {
70
$testResults = Invoke-ScriptAnalyzer -Path $Path -Settings $SettingsFilePath -Recurse -Verbose
71
Write-Warning "Found [$($testResults.Count)] issues"
72
}
0 commit comments