PHPCI should probably have a phpci.yml file...
This commit is contained in:
parent
93052d6cf0
commit
1a4f0b75a5
1 changed files with 15 additions and 0 deletions
15
phpci.yml
Normal file
15
phpci.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
setup:
|
||||
composer:
|
||||
action: "install"
|
||||
|
||||
ignore:
|
||||
- "vendor/"
|
||||
|
||||
test:
|
||||
php_mess_detector:
|
||||
allow_failures: true
|
||||
php_code_sniffer:
|
||||
standard: "PSR2"
|
||||
allow_failures: true
|
||||
php_cpd:
|
||||
allow_failures: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue