We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24cac04 commit 6c014abCopy full SHA for 6c014ab
scripts/main.ps1
@@ -7,6 +7,7 @@ $codePath = Resolve-Path -Path $path | Select-Object -ExpandProperty Path
7
[string]$settingsFilePath = ''
8
if (-not [string]::IsNullOrEmpty($env:PSMODULE_INVOKE_SCRIPTANALYZER_INPUT_SettingsFilePath)) {
9
try {
10
+ Write-Host "Looking for settings file under $($pwd.Path)"
11
$settingsFilePath = Resolve-Path -Path $env:PSMODULE_INVOKE_SCRIPTANALYZER_INPUT_SettingsFilePath -ErrorAction Stop |
12
Select-Object -ExpandProperty Path
13
Write-Information "Using settings file: $settingsFilePath"
0 commit comments