PSScriptAnalyzer icon indicating copy to clipboard operation
PSScriptAnalyzer copied to clipboard

PSReservedParams: Make severity Error instead of Warning

Open liamjpeters opened this issue 10 months ago • 0 comments

PR Summary

PSScriptAnalyzer reports PSReservedParams as warning but according to the documentation it's an error.

This PR makes the rule report as an error and fixes up tests that expect there to be 7 rules with an error severity (this makes it 8).

Resolves #1973

PR Checklist

liamjpeters avatar Mar 28 '24 14:03 liamjpeters