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

Implement continuous integration with Circle CI #2

Closed danielkza closed 8 years ago

danielkza commented 8 years ago

Some workarounds were needed to get Docker to behave in the environment with limited privileges, such as ignoring --rm and --cap-drop options.

Availability detection was changed from looking for the codeclimate script to checking the docker image, as we were never actually using the script for anything (we use the gem directly).

It was also necessary to set the codeclimate gem to the git master until the Safe YAML fix is released.

diegoamc commented 8 years ago

After including the script on our source tree, I think it's good to go!

Great job! :smile:

rafamanzo commented 8 years ago

I knew you were the right guy for the job :trophy: