From fddbdd1444120578d24dbd13a1643b4774e00901 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 3 Mar 2019 15:58:34 -0300 Subject: Trailing whitespaces is not important tbh --- .tools/jobs/spaces.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.tools/jobs') 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 -- cgit v1.2.3-60-g2f50