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 d9dd860 commit ac0bce4Copy full SHA for ac0bce4
Tests/Rules/UseConsistentWhitespace.tests.ps1
@@ -535,7 +535,7 @@ bar -h i `
535
Invoke-ScriptAnalyzer -ScriptDefinition "$def" -Settings $settings | Should -Be $null
536
}
537
538
- It "Should not find no violation if there is always 1 space between parameters except when using colon syntax" {
+ It "Should not find a violation if there is always 1 space between parameters except when using colon syntax" {
539
$def = 'foo -bar $baz @splattedVariable -bat -parameterName:$parameterValue'
540
Invoke-ScriptAnalyzer -ScriptDefinition $def -Settings $settings | Should -Be $null
541
0 commit comments