-
Notifications
You must be signed in to change notification settings - Fork 394
AvoidPositionalParametersNoViolations.ps1 lacks an Space #1569
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
Comments
If you feel like opening a PR, that would be even more helpful |
Hi @rjmholt Robert I guess PR means Pull Request !? ?? Shame on me, even if I am developing on Github, I never used Pull Request, so I do not know the how to ... In my further development I found, that ' Get-Service' has no '-ComputerName' Parameter on PS 6+7 anymore. |
Hi @rjmholt Robert, by the way ... Additionally, I think, that I am not the one who can decide if Line 6 is deprecated. |
Thanks @Kriegel for looking into this, totally understand where you are coming from about forking the repo but we try to keep our process in place as much as possible to set contributors up well for future pull requests, and to keep the repository in an easily maintainable state, that being said for a change like this you can also open the PR by creating a branch from the UI...No worries about not feeling like the right one to make the call around deprecation--that is the role of the maintainers to approve and manage those types of changes. I will go ahead and mark this as a bug and "Up for Grabs"--thanks |
Indeed, you can do it all without leaving the browser:
It's not a process thing, it's just the standard git workflow. We try not to create any excess process, and in this case there's no need for things like a tracking issue or discussion -- the code change, in the form of a PR, is sufficient. |
Thank you all! Stay well! |
Uh oh!
There was an error while loading. Please reload this page.
Hi !
Currently i am developing an PowerShell prettifier / beautifier / refactoring Module
For this I am using the Rule Testing Files out of this Module.
So I am found a little Typo in the File named:
AvoidPositionalParametersNoViolations.ps1
https://github.com/PowerShell/PSScriptAnalyzer/blob/master/Tests/Rules/AvoidPositionalParametersNoViolations.ps1
The Typo is on line 6
a space between get-service and -computername is missing.
Hope this helps.
My PowerShell prettifier / beautifier / refactoring Module is developed here:
Kriegel/BeautyOfPower
The text was updated successfully, but these errors were encountered: