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
This rule complains about empty or wildcard values in FunctionsToExport, CmdletsToExport, VariablesToExport, and AliasesToExport even if there are no members of that type to export in the module. I find myself having to exclude this rule on every module manifest I run it against since I don't have any module where all four values could be filled out in the same manifest.