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: Create a local config for storing configurations on the users machine #803

add isDeployments decorator

30ac6ad
Select commit
Loading
Failed to load commit list.
Merged

feat: Create a local config for storing configurations on the users machine #803

add isDeployments decorator
30ac6ad
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Nov 22, 2024 in 0s

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

Codacy 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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

See this annotation in the file changed.

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

test/test_util.ts#L76

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