Skip to content

Commit

Permalink
Fix blank lines in public files (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju authored Jan 17, 2024
1 parent a989303 commit 66a5f98
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 13 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- DscResource.DocGenerator
- Updated pipeline files to support resolving dependencies using ModuleFast
or PSResourceGet.
- Add blank line at top of each public command source file for PlatyPS
to work. ModuleBuilder has no option to add a prefix per source file,
the only alternative would be to move the comment-based help inside the
function-block which is currently against the style guideline.
- The built module is now removed from the session when initiating a new
build. The build pipeline is dogfooding functionality and leaving a
previous version imported in the session do not use new code.
Expand Down
1 change: 0 additions & 1 deletion source/Public/Add-NewLine.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<#
.SYNOPSIS
Adds a new line at the end of a file.
Expand Down
1 change: 0 additions & 1 deletion source/Public/Edit-CommandDocumentation.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<#
.SYNOPSIS
Edits the documentation for a command by parsing the comment-based help from
Expand Down
1 change: 0 additions & 1 deletion source/Public/Invoke-Git.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<#
.SYNOPSIS
Invokes a git command.
Expand Down
1 change: 0 additions & 1 deletion source/Public/New-DscResourcePowerShellHelp.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<#
.SYNOPSIS
New-DscResourcePowerShellHelp generates PowerShell compatible help files
Expand Down
1 change: 0 additions & 1 deletion source/Public/New-DscResourceWikiPage.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<#
.SYNOPSIS
New-DscResourceWikiPage generates wiki pages that can be uploaded to GitHub
Expand Down
1 change: 0 additions & 1 deletion source/Public/New-GitHubWikiSidebar.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<#
.SYNOPSIS
Creates a GitHub Wiki sidebar based on existing markdown files and their metadata.
Expand Down
1 change: 0 additions & 1 deletion source/Public/Publish-WikiContent.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<#
.SYNOPSIS
Publishes the Wiki Content that is generated by New-DscResourceWikiPage.
Expand Down
1 change: 0 additions & 1 deletion source/Public/Remove-MarkdownMetadataBlock.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
Removes the metadata from the specified Markdown file.
#>

function Remove-MarkdownMetadataBlock
{
[CmdletBinding(SupportsShouldProcess = $true, ConfirmImpact = 'High')]
Expand Down
1 change: 0 additions & 1 deletion source/Public/Set-WikiModuleVersion.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<#
.SYNOPSIS
Changes all placeholders (#.#.#) in a markdown file to the specified
Expand Down

0 comments on commit 66a5f98

Please sign in to comment.