parent
d36c10a326
commit
724f047a4a
@ -1,4 +0,0 @@
|
|||||||
#!/usr/bin/env sh
|
|
||||||
|
|
||||||
php vendor/bin/test-reporter --stdout > codeclimate.json
|
|
||||||
curl -X POST -d @codeclimate.json -H 'Content-Type: application/json' -H 'User-Agent: Code Climate (PHP Test Reporter v0.1.1)' https://codeclimate.com/test_reports
|
|
@ -1,22 +0,0 @@
|
|||||||
engines:
|
|
||||||
phpcodesniffer:
|
|
||||||
enabled: true
|
|
||||||
config:
|
|
||||||
file_extensions: "php"
|
|
||||||
phpmd:
|
|
||||||
enabled: true
|
|
||||||
config:
|
|
||||||
file_extensions: "php"
|
|
||||||
standard: "PSR1,Squiz"
|
|
||||||
checks:
|
|
||||||
Controversial/CamelCaseMethodName:
|
|
||||||
enabled: false
|
|
||||||
Controversial/CamelCaseParameterName:
|
|
||||||
enabled: false
|
|
||||||
Controversial/CamelCaseVariableName:
|
|
||||||
enabled: false
|
|
||||||
Controversial/CamelCasePropertyName:
|
|
||||||
enabled: false
|
|
||||||
ratings:
|
|
||||||
paths:
|
|
||||||
- "SourceQuery/**.php"
|
|
Loading…
Reference in new issue