You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PowerShell best practices state cmdlets should use singular nouns and not plurals. Suppression allows you to suppress the rule for specific function names.
For example: Merge-PodeScriptblockArguments should be renamed to Merge-PodeScriptblockArgument
The text was updated successfully, but these errors were encountered:
PowerShell best practices state cmdlets should use singular nouns and not plurals. Suppression allows you to suppress the rule for specific function names.
For example:
Merge-PodeScriptblockArguments
should be renamed toMerge-PodeScriptblockArgument
The text was updated successfully, but these errors were encountered: