docs(CI): answer question 1.4

Refs: #4
Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
2025-03-20 13:53:13 +01:00
parent 4e27f8c9d9
commit 8604e3e984

View File

@@ -14,4 +14,7 @@
## Q1.3
- A linter is a tool to statically analyse code for readability and improving code quality. It is usually executed from a standalone tool.
- It is used to check for errors, vulns, code smells or general issues but also to enforce a coding style over the whole project.
- It is used to check for errors, vulns, code smells or general issues but also to enforce a coding style over the whole project.
## Q1.4
The minimum is to change the image on the CI to put an Alpine or a basic python image. Another option (which we implemented) is to create a custom Docker image that includes all the necessary dependencies for the application. This can significantly reduce the time required to set up the environment and speed up the CI/CD pipeline.