Integrating PSScriptAnalyzer in an Appveyor Continuous Integration pipeline
Many of us who are writing PowerShell code are using Appveyor (especially for personal projects). And most of us use this to run Pester tests. Automated testing is great, it allows to set a certain standard of code quality without slowing down code delivery.