Closed
Description
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
The Typo is on line 6
get-service-computername localhost | where {($_.status -eq "Running") -and ($_.CanStop -eq $true)}
a space between get-service and -computername is missing.
Hope this helps.
My PowerShell prettifier / beautifier / refactoring Module is developed here:
Kriegel/BeautyOfPower