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
As a user I would like to add the -Exclude parameter to Invoke-ScriptAnalyzer so that I can ignore certain directories from analysis.
In my case, I want to test all of my ps1 files, except those within a vendor directory, as these come from a third party. With Get-ChildItem, I can achieve this with