Closed Eskumu closed 4 years ago
As mentioned in #13 I don't think this is a good behaviour for a tool like this. If you misspell something high up the path, like
myporject/src/python/linters/flake8-html
then you create all those directories by accident, and cleaning them up is annoying. Better to only create the leaf directory, so that a typo can be fixed by a simple mv
.
Description
I ran flake8 and wanted it to create html report in report/style folder. If reports folder was not present the html was not generated and script exited with error. The same happened on windows and docker image.
What I Did
The command I ran
output on Windows:
Output on the docker image