trim trailing
This commit is contained in:
parent
8312d95174
commit
f8e7d71ae8
@ -291,11 +291,11 @@ script:
|
|||||||
- |
|
- |
|
||||||
echo "Checking coding style"
|
echo "Checking coding style"
|
||||||
# Ensure we catch errors
|
# Ensure we catch errors
|
||||||
set -e
|
#set -e
|
||||||
# Exclusions are defined in the ruleset.xml file
|
# Exclusions are defined in the ruleset.xml file
|
||||||
#phpcs -s -n -p -d memory_limit=-1 --colors --tab-width=4 --standard=dev/setup/codesniffer/ruleset.xml --encoding=utf-8 .
|
#phpcs -s -n -p -d memory_limit=-1 --colors --tab-width=4 --standard=dev/setup/codesniffer/ruleset.xml --encoding=utf-8 .
|
||||||
phpcs -s -p -d memory_limit=-1 --colors --tab-width=4 --standard=dev/setup/codesniffer/ruleset.xml --encoding=utf-8 --runtime-set ignore_warnings_on_exit true .
|
phpcs -s -p -d memory_limit=-1 --colors --tab-width=4 --standard=dev/setup/codesniffer/ruleset.xml --encoding=utf-8 --runtime-set ignore_warnings_on_exit true .
|
||||||
set +e
|
#set +e
|
||||||
echo
|
echo
|
||||||
|
|
||||||
# TODO: Check Javascript (jshint?)
|
# TODO: Check Javascript (jshint?)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user