◐ Shell
clean mode source ↗

Add the AvoidSemicolonsAsLineTerminators rule to warn about lines ending with a semicolon. Fix (#824) by tempora-mutantur · Pull Request #1806 · PowerShell/PSScriptAnalyzer

Thank you all.

Could you please advise what I should better do with the PSScriptAnalyzer-CI build failure, got a test failure for WS2022:

Test Directed Graph.Runspaces should be disposed.

Running analyzer 100 times should only create a limited number of runspaces

Expected the actual value to be less than or equal to 14, because Number of Runspaces should be bound (size of runspace pool cache is 10), but got 15.

I could be wrong, but it looks like flakiness.