-
Notifications
You must be signed in to change notification settings - Fork 499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new powershell.useCorrectCasingsettings for new rule in PSSA 1.18: PSUseCorrectCasing #1687
Add new powershell.useCorrectCasingsettings for new rule in PSSA 1.18: PSUseCorrectCasing #1687
Conversation
This reverts commit a5487d7.
package.json
Outdated
"powershell.codeFormatting.useCorrectCasing": { | ||
"type": "boolean", | ||
"default": true, | ||
"description": "Correct casing of cmdlets." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor English "nit" … "Correct" in this case sounds like it might be a verb instead of an adjective. I suggest "Use correct casing for cmdlets." - or something like that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair point. Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…: PSUseCorrectCasing (PowerShell#1687) * Add powershell.codeformatting.pipelineIndentationStyle setting * add UseCorrectCasing * Revert "Add powershell.codeformatting.pipelineIndentationStyle setting" This reverts commit a5487d7. * fix comma * Update package.json
PR Summary
This PR exposes new settings to use the new PSSA settings from this PR.
The corresponding PR in PSES is here
This PR can only be merged once PSSA 1.18 has released and the dependent PSES has been merged.
PR Checklist
Note: Tick the boxes below that apply to this pull request by putting an
x
between the square brackets.Please mark anything not applicable to this PR
NA
.WIP:
to the beginning of the title and remove the prefix when the PR is ready