We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e731074 commit 3e2555cCopy full SHA for 3e2555c
Tests/Rules/AvoidPositionalParametersNoViolations.ps1
@@ -3,4 +3,5 @@ Get-ChildItem -Path "Tests"
3
Clear-Host
4
Split-Path -Path "Random" -leaf
5
Get-Process | Where-Object {$_.handles -gt 200}
6
-get-service-computername localhost | where {($_.status -eq "Running") -and ($_.CanStop -eq $true)}
+get-service-computername localhost | where {($_.status -eq "Running") -and ($_.CanStop -eq $true)}
7
+1, 2, $null, 4 | ForEach-Object {"Hello"}
0 commit comments