feat: powershell toolbox improvements #94
4 new issues (0 max.) of at least minor severity.
Annotations
Check warning on line 2 in toolboxes/powershell-toolbox/profile.ps1
codacy-production / Codacy Static Code Analysis
toolboxes/powershell-toolbox/profile.ps1#L2
Invoke-Expression is used. Please remove Invoke-Expression from script and find other options instead.
Check warning on line 5 in toolboxes/powershell-toolbox/profile.ps1
codacy-production / Codacy Static Code Analysis
toolboxes/powershell-toolbox/profile.ps1#L5
Invoke-Expression is used. Please remove Invoke-Expression from script and find other options instead.
Check warning on line 8 in toolboxes/powershell-toolbox/profile.ps1
codacy-production / Codacy Static Code Analysis
toolboxes/powershell-toolbox/profile.ps1#L8
$null should be on the left side of equality comparisons.
Check warning on line 36 in toolboxes/powershell-toolbox/profile.ps1
codacy-production / Codacy Static Code Analysis
toolboxes/powershell-toolbox/profile.ps1#L36
Invoke-Expression is used. Please remove Invoke-Expression from script and find other options instead.