PowerShell / PSScriptAnalyzer

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

Investigate/Fix test failure on PowerShell Core #944

Open bergmeister opened 6 years ago

bergmeister commented 6 years ago
bergmeister commented 5 years ago

I found the reason now: locally I have en-GB culture but the CommunityAnalyzer module that is used by tests provides only locale for en-us, this is probably a PSCore bug (changing the language folder to match my locale makes it work, which is not required in Windows PowerShell)