Closed francescarpi closed 4 years ago
The code has to be well formatted following the formatting rules. For example in Python the code has to follow the PEP8.
Before create your PR, please make sure your code is well formatted and styled doing:
$ >> pre-commit run --all
SonarCloud Quality Gate failed.
0 Bugs 0 Vulnerabilities (and 0 Security Hotspots to review) 0 Code Smells
0.0% Coverage 0.0% Duplication
Description
Code formating
The code has to be well formatted following the formatting rules. For example in Python the code has to follow the PEP8.
Before create your PR, please make sure your code is well formatted and styled doing: