← Back to changelog

Duplication analysis for PHP 7! 🐘

We’ve just added support for PHP 7 to our duplication engine. Now you can identify duplication in PHP 5 and PHP 7 code!

In addition to PHP, our duplication engine provides analysis for Ruby, JavaScript, and Python. Repos already using the engine will automatically receive duplication analysis for both PHP 5 and 7.

To enable duplication analysis, add the following to your .codeclimate.yml configuration file, removing any languages which aren’t present in your repository:

    engines:
      duplication:
        enabled: true
        config:
          languages:
          - ruby
          - javascript
          - php
          - python

Check out our documentation for other ways you can customize your duplication analysis.

Actionable metrics for engineering leaders. Try Velocity Free