We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b013966 commit a2762b4Copy full SHA for a2762b4
scripts/main.ps1
@@ -16,7 +16,7 @@ if (-not [string]::IsNullOrEmpty($env:PSMODULE_INVOKE_SCRIPTANALYZER_INPUT_Setti
16
$settingsFilePath = ''
17
}
18
19
-if ($null -eq $settingsFilePath) {
+if ([string]::IsNullOrEmpty($settingsFilePath)) {
20
Write-Information 'No settings file specified or found. Using default PSScriptAnalyzer settings.'
21
22
0 commit comments