29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-24 22:39:31 +00:00

Add UTF-8 encoding to phpcs in .drone.yml (#20769)

This commit is contained in:
Walt Sorensen 2018-06-15 22:00:27 -06:00 committed by Michael Babker
parent 9492d563ee
commit 5167b85ea9

View File

@ -7,7 +7,7 @@ pipeline:
image: joomlaprojects/docker-phpcs
commands:
- echo $(date)
- /root/.composer/vendor/bin/phpcs --report=full --extensions=php -p --standard=build/phpcs/Joomla .
- /root/.composer/vendor/bin/phpcs --report=full --encoding=utf-8 --extensions=php -p --standard=build/phpcs/Joomla .
- echo $(date)
javascript: