From 7232c306bbc7d88d78d57eff66990f58fa294fbe Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 25 Dec 2021 11:00:23 -0300 Subject: Change spaces job from lax to warn. It **will not** become strict. --- .tools/jobs/spaces.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.tools') diff --git a/.tools/jobs/spaces.sh b/.tools/jobs/spaces.sh index 4e17a3eca..4460cfb78 100755 --- a/.tools/jobs/spaces.sh +++ b/.tools/jobs/spaces.sh @@ -7,5 +7,5 @@ if [[ -n "${RES}" ]]; then echo "Extra spaces before new lines detected in files:" git diff --name-only # I don't want this to be critical on TMW2 - #exit 1 + exit 1 fi -- cgit v1.2.3-60-g2f50