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 e26f673 commit d2dc1afCopy full SHA for d2dc1af
1 file changed
src/docs/Modules/Standards.md
@@ -316,7 +316,6 @@ The CI pipeline automatically tests every source file against the following rule
316
| `NumberOfProcessors` | Use `[System.Environment]::ProcessorCount`, not `$env:NUMBER_OF_PROCESSORS` |
317
| `Verbose` | Do not pass `-Verbose` to commands unless explicitly silenced with `-Verbose:$false` |
318
| `OutNull` | Use `$null = ...` instead of `\| Out-Null` |
319
-| `NoTernary` | No ternary operators — use explicit conditional statements for readability |
320
| `LowercaseKeywords` | All PowerShell keywords must be lowercase |
321
| `FunctionCount` | Each file must contain exactly one function or filter |
322
| `FunctionName` | Filename must match the function or filter name |
0 commit comments