lint/lib/pwshlint.ps1
Lucas Gravley 25f8924589 fix output
2020-06-22 10:09:46 -05:00

6 lines
158 B
PowerShell
Executable file

#!/usr/bin/pwsh
param(
[String]$SettingsPath,
[String]$FileToAnalyze
)
Invoke-ScriptAnalyzer -EnableExit -Settings $SettingsPath -Path $FileToAnalyze