GitAuto: [FEATURE] Installation script for this template (PowerShell and Bash) #45
6 new issues (0 max.) of at least minor severity.
Here is an overview of what got changed by this pull request:
Issues
======
- Added 6
See the complete overview on Codacy
Annotations
Check warning on line 8 in install.ps1
codacy-production / Codacy Static Code Analysis
install.ps1#L8
File 'install.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.
Check warning on line 18 in install.ps1
codacy-production / Codacy Static Code Analysis
install.ps1#L18
File 'install.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.
Check warning on line 25 in install.ps1
codacy-production / Codacy Static Code Analysis
install.ps1#L25
File 'install.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.
Check warning on line 28 in install.ps1
codacy-production / Codacy Static Code Analysis
install.ps1#L28
File 'install.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.
Check warning on line 31 in install.ps1
codacy-production / Codacy Static Code Analysis
install.ps1#L31
File 'install.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.
Check warning on line 34 in install.ps1
codacy-production / Codacy Static Code Analysis
install.ps1#L34
File 'install.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.