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
{{ message }}
This repository was archived by the owner on Feb 24, 2021. It is now read-only.
Function DscResource.DocumentationHelper/PowerShellHelp.psm1/New-DscResourcePowerShellHelp has some code smells that require refactoring:
A lot of string concatenation which should be converted to a stringbuilder.
Indents being defined by a block of spaces in quotes - difficult to determine if the right number is used - should be assigned to a variable $indent = [System.String]::new(' ',4)