I found this https://github.com/PoshCode/PowerShellPracticeAndStyle but I was wondering if there's anything like shellcheck but for PowerShell.
Asked
Active
Viewed 411 times
2
-
4For CLI use, there is PSScriptAnalyzer. It is also integrated into the PowerShell extension for Visual Studio Code - see [this answer](https://stackoverflow.com/a/58529223/45375). – mklement0 Jul 26 '22 at 20:30