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

fix: local chart directory not being taken correctly #983

Merged
merged 12 commits into from
Dec 12, 2024

Avoid failing on windows due to different separator

300a600
Select commit
Loading
Failed to load commit list.
Merged

fix: local chart directory not being taken correctly #983

Avoid failing on windows due to different separator
300a600
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Dec 12, 2024 in 0s

1 new issue (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 9
- Added 1
           

Complexity increasing per file
==============================
- test/unit/commands/cluster.test.ts  1
- test/unit/commands/network.test.ts  1
         

Clones added
============
- test/unit/commands/cluster.test.ts  3
- test/unit/commands/network.test.ts  12
         

Clones removed
==============
+ src/commands/cluster.ts  -3
         

See the complete overview on Codacy

Annotations

Check warning on line 78 in src/commands/base.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/commands/base.ts#L78

Detected possible user input going into a `path.join` or `path.resolve` function.