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/PSUseSingularNouns is a PSScriptAnalyzer diagnostic emitted by tally for PowerShell snippets embedded in Dockerfiles.
| Property | Value |
|---|---|
| Severity | Warning |
| Category | PSScriptAnalyzer |
| Auto-fix | No |
Description
PowerShell team best practices state cmdlets should use singular nouns and not plurals. Suppression allows you to suppress the rule for specific function names. For example:Configuration
Parameters
-
Enable:bool(Default value is$true) Enable or disable the rule during ScriptAnalyzer invocation. -
NounAllowList:string[](Default value is{'Data', 'Windows'}) Commands to be excluded from this rule.DataandWindowsare common false positives and are excluded by default.