Open
Description
Raised due to this comment:
Invoke-ScriptAnalyzer
has parameters IncludeRule
and ExcludeRule
parameters and the equivalent of those in the settings file are IncludeRules
and ExcludeRules
with an additional s
, which makes it inconsistent, confusing and not intuitive to work with. The settings file also needs to support the singular form (since the plural form should not be removed for backcompat reasons)
Environment data
> (Get-Module -ListAvailable PSScriptAnalyzer).Version | ForEach-Object { $_.ToString() }
1.17.1