PowerShell / PSScriptAnalyzer

Download ScriptAnalyzer from PowerShellGallery
https://www.powershellgallery.com/packages/PSScriptAnalyzer/
MIT License
1.87k stars 379 forks source link

Improve test coverage for `Invoke-ScriptAnalyzer -Settings` argument validation #1278

Open travisclagrone opened 5 years ago

travisclagrone commented 5 years ago

User Story

Specification Details

TODO

PSScriptAnalyzer Version

The latest version of PSScriptAnalyzer as of this writing is 1.18.1.

JamesWTruher commented 5 years ago

@travis-c-lagrone FWIW, I have created a couple of scripts - Test-ScriptAnalyzerSetting and New-ScriptAnalyzerSetting to improve the experience of creating these settings. I'm not quite sure what to do with them though.

travisclagrone commented 5 years ago

@JamesWTruher Is there any not reason not to add them to PSScriptAnalyzer as commands?