.codeclimate.yml 104 B

12345678
  1. languages:
  2. PHP: true
  3. exclude_paths:
  4. - mime.types.php
  5. - build/**/*
  6. - tests/**/*
  7. - vendor/**/*