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
If functions are exported by their full name then they are caught by this rule as needing a help comment, however, if the functions are exported using a wildcard such as:
'Export-ModuleMember -Function *-TargetResource'
Then this rule ignores whether they have a help comment or not.