Skip to content
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

feat: powershell toolbox improvements #94

Merged

feat: show more results in mcfly window

db45ce4
Select commit
Loading
Failed to load commit list.
Merged

feat: powershell toolbox improvements #94

feat: show more results in mcfly window
db45ce4
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action May 15, 2024 in 0s

4 new issues (0 max.) of at least minor severity.

Annotations

Check warning on line 2 in toolboxes/powershell-toolbox/profile.ps1

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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.