feat: Create a local config for storing configurations on the users machine #803
Codacy Production / Codacy Static Code Analysis
required action
Nov 22, 2024 in 0s
3 new issues (0 max.) of at least minor severity.
Here is an overview of what got changed by this pull request:
Issues
======
+ Solved 1
- Added 3
Complexity increasing per file
==============================
- src/core/validator_decorators.ts 5
- test/unit/core/local_config.test.ts 3
- src/core/config/local_config.ts 7
- src/commands/base.ts 2
See the complete overview on Codacy
Annotations
Check warning on line 53 in src/core/config/local_config.ts
codacy-production / Codacy Static Code Analysis
src/core/config/local_config.ts#L53
The application dynamically constructs file or path information.
Check warning on line 108 in src/core/config/local_config.ts
codacy-production / Codacy Static Code Analysis
src/core/config/local_config.ts#L108
The application dynamically constructs file or path information.
Check warning on line 76 in test/test_util.ts
codacy-production / Codacy Static Code Analysis
test/test_util.ts#L76
Detected possible user input going into a `path.join` or `path.resolve` function.
Loading