Skip to content

Commit e79f44f

Browse files
committed
Updating Invoke-Analyzer to use PSScriptAnalyzer version 1.22.0
1 parent 1ee2fef commit e79f44f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lombiq.Analyzers.PowerShell/Invoke-Analyzer.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ else
8484
exit -1
8585
}
8686

87-
$installVersion = '1.21.0'
87+
$installVersion = '1.22.0'
8888
if ((Get-InstalledModule PSScriptAnalyzer -ErrorAction SilentlyContinue).Version -ne [Version]$installVersion)
8989
{
9090
try

0 commit comments

Comments
 (0)