Skip to content

Conversation

@rulasg
Copy link
Owner

@rulasg rulasg commented Jun 29, 2023

No description provided.

@rulasg rulasg linked an issue Jun 29, 2023 that may be closed by this pull request
}
} Export-ModuleMember -Function Add-ToModuleDevContainerJson

function Add-ToModuleGitRepository{

Check notice

Code scanning / PSScriptAnalyzer

The cmdlet 'Add-ToModuleGitRepository' does not have a help comment.

The cmdlet 'Add-ToModuleGitRepository' does not have a help comment.
} else {
Write-Warning "Git init may have failed. Please check the output"
}
}

Check notice

Code scanning / PSScriptAnalyzer

Line has trailing whitespace

Line has trailing whitespace


function TestingHelperTest_AddToModuleGitRepository_PipeCalls_Folder{

Check notice

Code scanning / PSScriptAnalyzer

Line has trailing whitespace

Line has trailing whitespace

New-TestingFolder -Path "folderName"

$result = Get-Item -path "folderName" | Add-TT_ToModuleGitRepository -PassThru

Check notice

Code scanning / PSScriptAnalyzer

Line has trailing whitespace

Line has trailing whitespace
Convert-Path on ToModule
TestingHelperTest_AddToModuleGitRepository_PipeCalls_Folder_WhatIf_DoubleCall
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PSScriptAnalyzer found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.

@rulasg rulasg merged commit bcb1756 into main Jun 29, 2023
@rulasg rulasg deleted the 83-fea-add-modulegitrepo-add-to-module-folder branch June 29, 2023 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fea: Add-ModuleGitRepo - Add to module folder

2 participants