mezuro / kolekti_cc_phpmd

Call CodeClimate CLI phpmd collector and properly parses its results
GNU Lesser General Public License v3.0
1 stars 1 forks source link

Use codeclimate variables to override temporary directories #3

Open diegoamc opened 8 years ago

diegoamc commented 8 years ago

Since release v0.22.0, codeclimate enables the user to override the tmp/cc directory by setting CODECLIMATE_TMP variable.

Maybe this is a better approach than our current solution to create the directory before running any codeclimate command. We may not need to manually set the permissions too.