.codeclimate.yml 99 B

12345678
  1. exclude_paths:
  2. - "/tests/*"
  3. - "/vendor/*"
  4. languages:
  5. PHP: true
  6. ratings:
  7. paths:
  8. - "**.php"