-
-
Notifications
You must be signed in to change notification settings - Fork 0
AddGitRepository #90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AddGitRepository #90
Conversation
| } | ||
| } Export-ModuleMember -Function Add-ToModuleDevContainerJson | ||
|
|
||
| function Add-ToModuleGitRepository{ |
Check notice
Code scanning / PSScriptAnalyzer
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
|
|
||
|
|
||
| function TestingHelperTest_AddToModuleGitRepository_PipeCalls_Folder{ | ||
|
|
Check notice
Code scanning / PSScriptAnalyzer
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
Convert-Path on ToModule TestingHelperTest_AddToModuleGitRepository_PipeCalls_Folder_WhatIf_DoubleCall
There was a problem hiding this 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.
No description provided.