You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add -EnableExit switch to Invoke-ScriptAnalyzer for exit and return exit code for CI purposes (#842)
* Add -EnableExit switch
* fix yaml in markdown file
* fix LibraryUsage.tests.ps1 for -EnableExit switch
* fix LibraryUsage.tests.ps1 to return results
* add test for -EnableExit switch
* Fix test by waiting for the powershell process to finish and improve it to hide the window
* Add -EnableExit switch to Invoke-ScriptAnalyzer cmdlet documentation in README.md
* Call powerShell directly to avoid using unsupported (in pwsh) WindowStyle parameter
0 commit comments