diff --git a/docs/questions-part1.md b/docs/questions-part1.md index 8a7c2db..54264b3 100644 --- a/docs/questions-part1.md +++ b/docs/questions-part1.md @@ -11,3 +11,7 @@ ## Q1.2 - It's a very bad practice. The secret key will be exposed in the codebase and can be easily accessed by anyone who has access to the codebase. This can lead to security vulnerabilities and compromise the integrity of the application. - To fix this, you can use environment variables to store the secret key. + +## 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. \ No newline at end of file