plugins/codeclimate/README.md
From the root directory of the phan installation (Change build tag if publishing)
sudo docker build -t phan:1.2.6 -f plugins/codeclimate/Dockerfile .
The following example uses the phan codeclimate image to analyze the phan checkout.
By running it from a different folder passing in a different config.json to -v, options can be changed.
sudo docker run -v $PWD:/code:ro -v $PWD/plugins/codeclimate/config-example.json:/config.json phan:3.2.1
Use settings from the project's .phan/config.php if the docker image can find it in /code/.phan/config.php If any options are provided in .codeclimate.yml, make them override .phan/config.php.