This repository was archived by the owner on Feb 24, 2021. It is now read-only.
Created a helper script to build comment help based comments#341
Open
kungfoome wants to merge 7 commits intoPowerShell:devfrom
Open
Created a helper script to build comment help based comments#341kungfoome wants to merge 7 commits intoPowerShell:devfrom
kungfoome wants to merge 7 commits intoPowerShell:devfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #341 +/- ##
====================================
- Coverage 79% 73% -7%
====================================
Files 12 14 +2
Lines 1776 1921 +145
Branches 2 2
====================================
Hits 1420 1420
- Misses 354 499 +145
Partials 2 2 |
added 4 commits
July 23, 2019 08:54
Added comment helper parser to add back comments that already exist
Contributor
|
Awesome stuff @kungfu71186 - sorry I missed this! Will review this week. |
Contributor
|
@kungfu71186 We should move this to the module DscResource.DocGenerator and create a build task for it (see other task in that module). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is still not quite complete. Need to add some tests and clean some code up, but it's a start
Task list
Entry should say what was changed, and how that affects users (if applicable).
This change is