-
Notifications
You must be signed in to change notification settings - Fork 517
Open
Labels
Area-ConfigurationArea-Script AnalysisIssue-DiscussionLet's talk about it.Let's talk about it.Issue-EnhancementA feature request (enhancement).A feature request (enhancement).Up for GrabsWill shepherd PRs.Will shepherd PRs.
Description
To follow on from the comments starting at #1429 (comment)...
PSSA rules should be enable-able and disable-able in VSCode configuration. The current proposal is:
- Disabled rules turn off default rules, but not a local PSSA settings file
- Enabled rules add to the default rules
Current proposed format is:
{
"powershell.scriptAnalysis.rules": {
"disable": [
"PSAvoidTrailingWhitespace"
],
"enable": [
"RuleThatILikeButMyColleaguesDont",
]
}
}
Halkcyon, alirobe, FrobtheBuilder, PhilipHaglund, mklement0 and 6 more
Metadata
Metadata
Assignees
Labels
Area-ConfigurationArea-Script AnalysisIssue-DiscussionLet's talk about it.Let's talk about it.Issue-EnhancementA feature request (enhancement).A feature request (enhancement).Up for GrabsWill shepherd PRs.Will shepherd PRs.