summaryrefslogtreecommitdiff
path: root/Postman/Postman-Mail/sendgrid/vendor/sendgrid/php-http-client/.codeclimate.yml
blob: 0bd0385c3f3e3b2ef232b058fc25eaf9e4ec6fc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
engines:
  duplication:
    enabled: true
    config:
      languages:
      - "php"
  phpcodesniffer:
    enabled: true
    config:
      file_extensions: "php"
      standard: "PSR1,PSR2"
ratings:
  paths:
  - "**.php"
exclude_paths:
  - "examples/**/*"
  - "test/**/*"
  - "vendor/**/*"