This repository was archived by the owner on Feb 24, 2021. It is now read-only.
Refactor DscResource.DocumentationHelper/PowerShellHelp.psm1/New-DscResourcePowerShellHelp #328
Labels
enhancement
The issue is an enhancement request.
help wanted
The issue is up for grabs for anyone in the community.
Uh oh!
There was an error while loading. Please reload this page.
Function DscResource.DocumentationHelper/PowerShellHelp.psm1/New-DscResourcePowerShellHelp has some code smells that require refactoring:
$indent = [System.String]::new(' ',4)
Should be replaced with:
I'm sure there are more as this code could definitely use some TLC.
The text was updated successfully, but these errors were encountered: