fix: Refactor task and handler classes #1205
Open
Codacy Production / Codacy Static Code Analysis
required action
Feb 7, 2025 in 0s
4 new issues (0 max.) of at least minor severity.
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
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
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
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
codacy-production / Codacy Static Code Analysis
src/core/helpers.ts#L395
Detected possible user input going into a `path.join` or `path.resolve` function.
Loading