Skip to content

Commit

Permalink
adjust phpcs severity
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Dec 11, 2019
1 parent 15481b0 commit 592f227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ fi
if [ "$TOOLS" = "all" ] || [[ "$TOOLS" == *",phpcs,"* ]]; then
echo "Checks: coding style"
# see https://github.com/squizlabs/PHP_CodeSniffer
${TOOL_BIN_PATH}phpcs --standard=${TOOL_CONFIG_PATH}phpcs.xml --extensions=php --ignore="${VENDOR_PATH}" "${MODULE_PATH}" --report=full
${TOOL_BIN_PATH}phpcs --standard=${TOOL_CONFIG_PATH}phpcs.xml --extensions=php --warning-severity=0 --ignore="${VENDOR_PATH}" "${MODULE_PATH}" --report=full
fi
if [ "$TOOLS" = "all" ] || [[ "$TOOLS" == *",php-cs-fixer,"* ]]; then
echo "Checks: fix coding style"
Expand Down

0 comments on commit 592f227

Please sign in to comment.