We are running GitLab Code Quality reports in our pipeline based on the PSScriptAnalyzer results by translating the PSScriptAnalyzer severity results to a Code Quality severity. But it appears that ...
A few resources fails on the flagged PSScriptAnalyzer rule 'PSAvoidGlobalVars' (although the tests are skipped today). These errors should be resolved so this rule does not trigger when the common ...
As you get more experienced writing PowerShell script there comes a time when you're not only concerned about functionality but best practices and performance as well. Since PowerShell is so flexible, ...
In the quest for writing better code in PowerShell, we have a great tool that can help you to write better code by pointing out areas that can be improved to better match a 'best practices' approach.