Skip to content

Commit d2dc1af

Browse files
Remove ternary restriction from module standard
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent e26f673 commit d2dc1af

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/docs/Modules/Standards.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ The CI pipeline automatically tests every source file against the following rule
316316
| `NumberOfProcessors` | Use `[System.Environment]::ProcessorCount`, not `$env:NUMBER_OF_PROCESSORS` |
317317
| `Verbose` | Do not pass `-Verbose` to commands unless explicitly silenced with `-Verbose:$false` |
318318
| `OutNull` | Use `$null = ...` instead of `\| Out-Null` |
319-
| `NoTernary` | No ternary operators — use explicit conditional statements for readability |
320319
| `LowercaseKeywords` | All PowerShell keywords must be lowercase |
321320
| `FunctionCount` | Each file must contain exactly one function or filter |
322321
| `FunctionName` | Filename must match the function or filter name |

0 commit comments

Comments
 (0)