fix(releae): fix deploy workflow - #181
16 new alerts
New alerts in code changed by this pull request
- 6 warnings
- 10 notes
See annotations below for details.
Annotations
Check warning on line 72 in tools/Test_Helper/Test_Helper.psd1
Code scanning / PSScriptAnalyzer
Do not use wildcard or $null in this field. Explicitly specify a list for FunctionsToExport. Warning
Check warning on line 75 in tools/Test_Helper/Test_Helper.psd1
Code scanning / PSScriptAnalyzer
Do not use wildcard or $null in this field. Explicitly specify a list for CmdletsToExport. Warning
Check warning on line 81 in tools/Test_Helper/Test_Helper.psd1
Code scanning / PSScriptAnalyzer
Do not use wildcard or $null in this field. Explicitly specify a list for AliasesToExport. Warning
Check warning on line 1 in tools/Test_Helper/Test_Helper.psm1
Code scanning / PSScriptAnalyzer
Cmdlet 'Write-Information' may be used incorrectly. Please check that all mandatory parameters are supplied. Warning
Check warning on line 17 in tools/Test_Helper/public/Get-RequiredModule.ps1
Code scanning / PSScriptAnalyzer
File 'Get-RequiredModule.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information. Warning
Check warning on line 21 in tools/Test_Helper/public/Get-RequiredModule.ps1
Code scanning / PSScriptAnalyzer
File 'Get-RequiredModule.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information. Warning
Check notice on line 5 in tools/Test_Helper/public/Get-RequiredModule.ps1
Code scanning / PSScriptAnalyzer
The cmdlet 'Get-RequiredModule' does not have a help comment. Note
Check notice on line 25 in tools/Test_Helper/public/Import-RequiredModule.ps1
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note
Check notice on line 1 in tools/Test_Helper/public/testResults.ps1
Code scanning / PSScriptAnalyzer
The cmdlet 'Test-Result' does not have a help comment. Note test
Check notice on line 14 in tools/Test_Helper/public/testResults.ps1
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note test
Check notice on line 18 in tools/Test_Helper/public/testResults.ps1
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note test
Check notice on line 22 in tools/Test_Helper/public/testResults.ps1
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note test
Check notice on line 25 in tools/Test_Helper/public/testResults.ps1
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note test
Check notice on line 1 in tools/Test_Helper/public/testname.ps1
Code scanning / PSScriptAnalyzer
The cmdlet 'Set-TestName' does not have a help comment. Note test
Check notice on line 16 in tools/Test_Helper/public/testname.ps1
Code scanning / PSScriptAnalyzer
The cmdlet 'Get-TestName' does not have a help comment. Note test
Check notice on line 28 in tools/Test_Helper/public/testname.ps1
Code scanning / PSScriptAnalyzer
The cmdlet 'Clear-TestName' does not have a help comment. Note test