mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
fix output
This commit is contained in:
parent
948c8c4f5d
commit
25f8924589
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@ param(
|
|||
[String]$SettingsPath,
|
||||
[String]$FileToAnalyze
|
||||
)
|
||||
$ScriptAnalyzerResults = Invoke-ScriptAnalyzer -EnableExit -Settings $SettingsPath -Path $FileToAnalyze
|
||||
Invoke-ScriptAnalyzer -EnableExit -Settings $SettingsPath -Path $FileToAnalyze
|
||||
|
|
Loading…
Reference in a new issue