webscopeio / license.sh

License checker tool - We're in a beta phase, any help is appreciated, especially reporting issues
https://webscopeio.github.io/license.sh
MIT License
40 stars 6 forks source link

Create temporary directory when checking mvn project #18

Closed jvorcak closed 5 years ago

jvorcak commented 5 years ago

Hi,

While checking mvn projects, we create tmp folder .license-shTestDir in current directory. I think this is not the best approach and we should try to avoid touching code dir as much as possible.

Let's try to create temdir if possible https://docs.python.org/3.8/library/tempfile.html

jvorcak commented 5 years ago

Fixed with #26