Skip to content

Commit

Permalink
Add UTF-8 encoding to phpcs in .drone.yml (#20769)
Browse files Browse the repository at this point in the history
  • Loading branch information
photodude authored and Michael Babker committed Jun 16, 2018
1 parent 9492d56 commit 5167b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5167b85

Please sign in to comment.