Backport #1023 and #1021#1024
Merged
TylerLeonhardt merged 3 commits intoPowerShell:legacy/1.xfrom Sep 17, 2019
Merged
Conversation
…) to add support for optionally correcting aliases as well (added in PSSA 1.18.2) (PowerShell#1021)
Member
|
I've added @bergmeister to the list of reviewers - I wouldn't block if he doesn't sign off in time though. This LGTM |
TylerLeonhardt
approved these changes
Sep 16, 2019
Member
|
also update to 1.18.3 when that goes out |
| { | ||
| "PSScriptAnalyzer":{ | ||
| "MinimumVersion":"1.6", | ||
| "MinimumVersion":"1.18.2", |
Member
There was a problem hiding this comment.
Suggested change
| "MinimumVersion":"1.18.2", | |
| "MinimumVersion":"1.18.3", |
Member
There was a problem hiding this comment.
We can change this later.
This was referenced Oct 2, 2019
TylerLeonhardt
pushed a commit
that referenced
this pull request
Jan 8, 2020
…t got broken in #1024 (#1142) * Fix PipelineIndentation configuration issue (#1050) * legacy/1.x: Update minimum PSSA version to 1.18.3 (#1052) * Fix wiring of WhitespaceInsideBrace and WhitespaceAroundPipe * revert regression from master * add trailing comma * revert PSAvoidUsingCmdletAliases change
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport #1023 and #1021