Skip to content

Commit 259bfbb

Browse files
Copilotjohlju
andcommitted
Fix markdown line length for summary table
Co-authored-by: johlju <[email protected]>
1 parent bc95ebd commit 259bfbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,7 @@ $results = $items | Process-Items -ErrorAction 'Stop'
470470

471471
##### Summary
472472

473+
<!-- markdownlint-disable MD013 - Line length -->
473474
| Scenario | Use | Why |
474475
|----------|-----|-----|
475476
| General error handling in public commands | `Write-Error` | Provides consistent, predictable behavior; allows caller to control termination |
@@ -478,3 +479,4 @@ $results = $items | Process-Items -ErrorAction 'Stop'
478479
| Private functions (internal use only) | `$PSCmdlet.ThrowTerminatingError()` or `Write-Error` | Behavior is understood by internal callers |
479480
| Any command | Never use `throw` | Poor error messages; unpredictable behavior |
480481
| Parameter validation attributes | `throw` | Only valid option within `[ValidateScript()]` |
482+
<!-- markdownlint-enable MD013 - Line length -->

0 commit comments

Comments
 (0)