.codeclimate.yml 122 B

123456789
  1. engines:
  2. duplication:
  3. enabled: true
  4. config:
  5. languages:
  6. - php
  7. exclude_paths:
  8. - tests/
  9. - vendor/