File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/tests/SourceCode/PSModule Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ Describe 'PSModule - SourceCode tests' {
163163 $issues -join [Environment ]::NewLine |
164164 Should - BeNullOrEmpty - Because " the script should use '`$ null = ...' instead of '... | Out-Null'"
165165 }
166- It ' Should not use ternary operations for compatability reasons (ID: NoTernary)' - Skip {
166+ It ' Should not use ternary operations for compatibility reasons (ID: NoTernary)' - Skip {
167167 $issues = @ (' ' )
168168 $scriptFiles | ForEach-Object {
169169 $filePath = $_.FullName
@@ -179,7 +179,7 @@ Describe 'PSModule - SourceCode tests' {
179179 }
180180 }
181181 $issues -join [Environment ]::NewLine |
182- Should - BeNullOrEmpty - Because ' the script should not use ternary operations for compatability with PS 5.1 and below'
182+ Should - BeNullOrEmpty - Because ' the script should not use ternary operations for compatibility with PS 5.1 and below'
183183 }
184184 It ' all powershell keywords are lowercase (ID: LowercaseKeywords)' {
185185 $issues = @ (' ' )
You can’t perform that action at this time.
0 commit comments