| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
This is a large number of files changed. Would be easier to review if you can change one variable per commit. |
Sorry, something went wrong.
|
Steve Lee (@SteveL-MSFT) OK, I will rewrite |
Sorry, something went wrong.
|
CodeFactor issues are preexisting |
Sorry, something went wrong.
|
Ilya (@iSazonov) why not a squash merge? |
Sorry, something went wrong.
|
Ilya (@iSazonov) Yes please use squash commits. I've remove permissions for merge commits. |
Sorry, something went wrong.
|
GitHub did return an error after I press Squash and Merge button and show something like "Try again", then ok after refresh. :-( |
Sorry, something went wrong.
|
Opened issue PowerShell/PSScriptAnalyzer#1401 to detect regressions. |
Sorry, something went wrong.
|
🎉v7.1.0-preview.1 has been released which incorporates this pull request.:tada: Handy links: |
Sorry, something went wrong.
* Remove BOM, insert newline at EOF * Correct case of $MyInvocation special variable * Correct case of $OFS special variable * Correct case of $NestedPromptLevel special variable * Correct case of $Matches special variable * Correct case of $LASTEXITCODE special variable * Correct case of $StackTrace special variable * Correct case of $args special variable * Correct case of $this special variable * Correct case of $input special variable * Correct case of $PSCmdlet special variable * Correct case of $error special variable * Correct case of $PSDefaultParameterValues special variable * Correct case of $PSScriptRoot special variable * Correct case of $PWD special variable * Correct case of $null special variable * Correct case of $true special variable * Correct case of $false special variable * Correct case of $PSModuleAutoLoadingPreference special variable * Correct case of $IsLinux special variable * Correct case of $IsMacOS special variable * Correct case of $IsWindows special variable * Correct case of $IsCoreCLR special variable * Correct case of $DebugPreference special variable * Correct case of $VerbosePreference special variable * Correct case of $InformationPreference special variable * Correct case of $ExecutionContext special variable * Correct case of $HOME special variable * Correct case of $Host special variable * Correct case of $PID special variable * Correct case of $PSCulture special variable * Correct case of $PSHOME special variable * Correct case of $PSUICulture special variable * Correct case of $PSVersionTable special variable * Fix false positives
| Back | FazBrowse Home | New Git URL |
PR Summary
Correct casing for special variables (a.k.a. automatic variables)
PR Context
The following code was used to generate a list of special variables:
PR Checklist