From 6e34826fbdc11cb0065614561c66dbb79fde729c Mon Sep 17 00:00:00 2001 From: Walt Sorensen Date: Thu, 14 Jun 2018 17:38:04 -0600 Subject: [PATCH] Add UTF-8 encoding to phpcs in .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 85f368db19b48..aee8988aa80fb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: