From a6e24cd2ee2d6585d233f2e06c82f9448ad8df0c Mon Sep 17 00:00:00 2001 From: Mich-31 <83719639+Mich-31@users.noreply.github.com> Date: Mon, 8 Jan 2024 12:12:28 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 617c9b6..b039581 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,12 @@ Additionally, in order to streamline the analysis process and focus on the most This approach allowed us to concentrate on addressing the most crucial code quality aspects while improving readability, maintainability, and adherence to coding standards within the project. +For all the files we obtain a rating of 10/10, except for the following files: +- src.api.prometheus.instrumentator.py, with a rating of 8.33/10 +- src.api.schemas.py, with a rating 8.72/10 +- src.api.api.py, with a rating of is 8.85/10 +- src.utils.py, with a rating of 9.88/10 + # Flake8 We also used the Flake8 tool to write cleaner, more readable, and more easily maintainable code, reducing common errors and promoting the adoption of best practices in writing Python code. Even in this case most of the errors were related to indentation errors, extraneous whitespace and instances of excessively long lines. Then, we solve all these errors and we obtain good results from the analyses. ![Flake8 Report](./docs/images/Flake8/Flake8Report.png)