summaryrefslogtreecommitdiff
path: root/Postman/Postman-Mail/sendgrid/vendor/sendgrid/php-http-client/.codeclimate.yml
diff options
context:
space:
mode:
Diffstat (limited to 'Postman/Postman-Mail/sendgrid/vendor/sendgrid/php-http-client/.codeclimate.yml')
-rw-r--r--Postman/Postman-Mail/sendgrid/vendor/sendgrid/php-http-client/.codeclimate.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/Postman/Postman-Mail/sendgrid/vendor/sendgrid/php-http-client/.codeclimate.yml b/Postman/Postman-Mail/sendgrid/vendor/sendgrid/php-http-client/.codeclimate.yml
new file mode 100644
index 0000000..0bd0385
--- /dev/null
+++ b/Postman/Postman-Mail/sendgrid/vendor/sendgrid/php-http-client/.codeclimate.yml
@@ -0,0 +1,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/**/*" \ No newline at end of file