◐ Shell
clean mode source ↗

Set default of CheckParameter configuration setting to false when settings are not present by bergmeister · Pull Request #1411 · PowerShell/PSScriptAnalyzer

PR Summary

This is a tweak of #1391, which introduced this new rule option.
Although the setting option is already turned off in all the code formatting setting files, this is to also cover cases where the currwent version of the VS-Code extension uses a new version of PSScriptAnalyzer (1.19)
Because a new version of PSScriptAnalyzer is always published before a new version of the PS extension (where it would be turned off by default as well), this makes sure the setting is truly off by default.

PR Checklist