mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
6 lines
No EOL
182 B
PowerShell
6 lines
No EOL
182 B
PowerShell
#!/usr/bin/pwsh
|
|
param(
|
|
[String]$SettingsPath,
|
|
[String]$FileToAnalyze
|
|
)
|
|
$ScriptAnalyzerResults = Invoke-ScriptAnalyzer -EnableExit -Settings $SettingsPath -Path $FileToAnalyze |