summaryrefslogtreecommitdiff
path: root/.tools
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-25 11:00:23 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-25 11:00:23 -0300
commit7232c306bbc7d88d78d57eff66990f58fa294fbe (patch)
tree88375f1847149f42cc5dc5c8d82d5299f4ac43bd /.tools
parent39dfeac708a01f56e8055f39d69e048faf37e371 (diff)
downloadserverdata-7232c306bbc7d88d78d57eff66990f58fa294fbe.tar.gz
serverdata-7232c306bbc7d88d78d57eff66990f58fa294fbe.tar.bz2
serverdata-7232c306bbc7d88d78d57eff66990f58fa294fbe.tar.xz
serverdata-7232c306bbc7d88d78d57eff66990f58fa294fbe.zip
Change spaces job from lax to warn. It **will not** become strict.
Diffstat (limited to '.tools')
-rwxr-xr-x.tools/jobs/spaces.sh2
1 files changed, 1 insertions, 1 deletions
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