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: Refactor task and handler classes #1205

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

chore: resolve conflicts

f408ec0
Select commit
Loading
Failed to load commit list.
Open

fix: Refactor task and handler classes #1205

chore: resolve conflicts
f408ec0
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Feb 7, 2025 in 0s

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

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

Issues
======
+ Solved 2
- Added 4
           

Complexity increasing per file
==============================
- src/core/config_builder.ts  2
- src/core/command_handler.ts  3
         

Complexity decreasing per file
==============================
+ src/commands/node/handlers.ts  -7
         

See the complete overview on Codacy

Annotations

Check warning on line 69 in src/core/command_handler.ts

See this annotation in the file changed.

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

src/core/command_handler.ts#L69

The application dynamically constructs file or path information.

Check warning on line 70 in src/core/command_handler.ts

See this annotation in the file changed.

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

src/core/command_handler.ts#L70

The application dynamically constructs file or path information.

Check warning on line 382 in src/core/helpers.ts

See this annotation in the file changed.

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

src/core/helpers.ts#L382

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

Check warning on line 395 in src/core/helpers.ts

See this annotation in the file changed.

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

src/core/helpers.ts#L395

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