summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-03 15:58:34 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-03 15:58:34 -0300
commitfddbdd1444120578d24dbd13a1643b4774e00901 (patch)
treee33a193e377b1729fa6663bbb3ea11e798229594
parent8a47b5ddffb66dd5f62033abd65126f3bb753d35 (diff)
downloadserverdata-fddbdd1444120578d24dbd13a1643b4774e00901.tar.gz
serverdata-fddbdd1444120578d24dbd13a1643b4774e00901.tar.bz2
serverdata-fddbdd1444120578d24dbd13a1643b4774e00901.tar.xz
serverdata-fddbdd1444120578d24dbd13a1643b4774e00901.zip
Trailing whitespaces is not important tbh
-rwxr-xr-x.tools/jobs/spaces.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/.tools/jobs/spaces.sh b/.tools/jobs/spaces.sh
index b0f485dbe..4e17a3eca 100755
--- a/.tools/jobs/spaces.sh
+++ b/.tools/jobs/spaces.sh
@@ -6,5 +6,6 @@ export RES=$(git diff --name-only)
if [[ -n "${RES}" ]]; then
echo "Extra spaces before new lines detected in files:"
git diff --name-only
- exit 1
+ # I don't want this to be critical on TMW2
+ #exit 1
fi