Skip to content

Add initializeCommand to automatically create .env file in vscode setup

adc908c
Select commit
Loading
Failed to load commit list.
Draft

Chore/cleanup after dev env migration #1688

Add initializeCommand to automatically create .env file in vscode setup
adc908c
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jan 7, 2026 in 0s

9 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 9
           

Complexity increasing per file
==============================
- applications/dependency_manager/src/edm_tool/edm.py  336
         

Clones added
============
- applications/dependency_manager/src/edm_tool/edm.py  3
         

See the complete overview on Codacy

Annotations

Check warning on line 19 in .devcontainer/general-devcontainer/Dockerfile

See this annotation in the file changed.

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

.devcontainer/general-devcontainer/Dockerfile#L19

Avoid additional packages by specifying `--no-install-recommends`

Check warning on line 19 in .devcontainer/general-devcontainer/Dockerfile

See this annotation in the file changed.

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

.devcontainer/general-devcontainer/Dockerfile#L19

Delete the apt-get lists after installing something

Check warning on line 19 in .devcontainer/general-devcontainer/Dockerfile

See this annotation in the file changed.

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

.devcontainer/general-devcontainer/Dockerfile#L19

Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`

Check warning on line 41 in .devcontainer/general-devcontainer/Dockerfile

See this annotation in the file changed.

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

.devcontainer/general-devcontainer/Dockerfile#L41

Pin versions in pip. Instead of `pip install <package>` use `pip install <package>==<version>` or `pip install --requirement <requirements file>`

Check warning on line 46 in .devcontainer/general-devcontainer/Dockerfile

See this annotation in the file changed.

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

.devcontainer/general-devcontainer/Dockerfile#L46

`COPY --from` should reference a previously defined `FROM` alias

Check warning on line 74 in .devcontainer/general-devcontainer/Dockerfile

See this annotation in the file changed.

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

.devcontainer/general-devcontainer/Dockerfile#L74

Double quote to prevent globbing and word splitting.

Check warning on line 81 in .devcontainer/general-devcontainer/Dockerfile

See this annotation in the file changed.

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

.devcontainer/general-devcontainer/Dockerfile#L81

Double quote to prevent globbing and word splitting.

Check notice on line 8 in applications/README.md

See this annotation in the file changed.

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

applications/README.md#L8

Expected: 80; Actual: 98

Check notice on line 26 in applications/README.md

See this annotation in the file changed.

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

applications/README.md#L26

Expected: 80; Actual: 100