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
I have a few functions that end with "Data", such as Add-ScriptMethodData, Add-AliasPropertyData, and Add-ScriptPropertyData. These three commands trip the PSUseSingularNoun warning. Technically Data is plural and Datum is singular, however in practice I doubt hardly anyone would ever use, or look for, Datum. PowerShell ships with Update-FormatData and Update-TypeData. With this in mind, can "Data" be added as an automatic exception to this rule so that commands ending with Data don't trigger it?