To improve code quality it would be great if we can resolve the linter warnings. Use ```shell make lint ``` to identify the findings use ```shell make test ``` to test your refactorings didn't break anything.
To improve code quality it would be great if we can resolve the linter warnings.
Use
to identify the findings
use
make testto test your refactorings didn't break anything.