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