Allow phpcodesniffer-composer-installer composer scripts
This commit is contained in:
parent
99e18213f2
commit
71261df5d3
1 changed files with 1 additions and 0 deletions
|
@ -3,5 +3,6 @@ pipeline:
|
||||||
image: thecodingmachine/php:7.4-v4-cli
|
image: thecodingmachine/php:7.4-v4-cli
|
||||||
commands:
|
commands:
|
||||||
- "sudo -s chown -R docker:docker ."
|
- "sudo -s chown -R docker:docker ."
|
||||||
|
- "composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true"
|
||||||
- "composer install"
|
- "composer install"
|
||||||
- "vendor/bin/phpcs --standard=DigiComp src"
|
- "vendor/bin/phpcs --standard=DigiComp src"
|
||||||
|
|
Loading…
Add table
Reference in a new issue