Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 465 Bytes

07_Plugins.md

File metadata and controls

26 lines (18 loc) · 465 Bytes

Plugins

CodeClimate

We are still working on full integration with CodeClimate, but you can try it locally:

First, you need to build the PHPSA Docker image:

docker build --no-cache=true -t codeclimate/codeclimate-phpsa --file ./plugins/codeclimate/Dockerfile .

Next enable PHPSA in configuration file .codeclimate.yml:

---
engines:
  phpsa:
    enabled: true

And run CodeClimate CLI tool:

codeclimate analyze --dev