Fix indentation
MAILPOET-4237
This commit is contained in:
committed by
John Oleksowicz
parent
fcc4be330c
commit
a78a31f110
@@ -5,8 +5,8 @@ set -e
|
|||||||
source $PWD/.env
|
source $PWD/.env
|
||||||
|
|
||||||
if [ "$MP_GIT_HOOKS_ENABLE" != "true" ]; then
|
if [ "$MP_GIT_HOOKS_ENABLE" != "true" ]; then
|
||||||
echo "MP_GIT_HOOKS_ENABLE is not set to 'true', skipping lint-staged-css."
|
echo "MP_GIT_HOOKS_ENABLE is not set to 'true', skipping lint-staged-css."
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$MP_GIT_HOOKS_STYLELINT" = "true" ]; then
|
if [ "$MP_GIT_HOOKS_STYLELINT" = "true" ]; then
|
||||||
|
@@ -5,8 +5,8 @@ set -e
|
|||||||
source $PWD/.env
|
source $PWD/.env
|
||||||
|
|
||||||
if [ "$MP_GIT_HOOKS_ENABLE" != "true" ]; then
|
if [ "$MP_GIT_HOOKS_ENABLE" != "true" ]; then
|
||||||
echo "MP_GIT_HOOKS_ENABLE is not set to 'true', skipping lint-staged-js"
|
echo "MP_GIT_HOOKS_ENABLE is not set to 'true', skipping lint-staged-js"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$MP_GIT_HOOKS_ESLINT" = "true" ]; then
|
if [ "$MP_GIT_HOOKS_ESLINT" = "true" ]; then
|
||||||
|
@@ -5,8 +5,8 @@ set -e
|
|||||||
source $PWD/.env
|
source $PWD/.env
|
||||||
|
|
||||||
if [ "$MP_GIT_HOOKS_ENABLE" != "true" ]; then
|
if [ "$MP_GIT_HOOKS_ENABLE" != "true" ]; then
|
||||||
echo "MP_GIT_HOOKS_ENABLE is not set to 'true'. Skipping lint-staged-php."
|
echo "MP_GIT_HOOKS_ENABLE is not set to 'true'. Skipping lint-staged-php."
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$MP_GIT_HOOKS_PHPLINT" = "true" ]; then
|
if [ "$MP_GIT_HOOKS_PHPLINT" = "true" ]; then
|
||||||
|
Reference in New Issue
Block a user