Documentation Index
Fetch the complete documentation index at: https://tally.wharflab.com/llms.txt
Use this file to discover all available pages before exploring further.
powershell/PSAvoidTrailingWhitespace is a PSScriptAnalyzer diagnostic emitted by tally for PowerShell snippets embedded in Dockerfiles.
| Property | Value |
|---|---|
| Severity | Information |
| Category | PSScriptAnalyzer |
| Auto-fix | No |
Description
Lines should not end with whitespace characters. This can cause problems with the line-continuation backtick, and also clutters up future commits to source control. This diagnostic can coexist withtally/no-trailing-spaces:
PSScriptAnalyzer reports trailing whitespace in PowerShell snippets, while tally checks the
Dockerfile as a whole. If both rules suggest the same edit, tally applies it once.