diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-03 15:58:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-03 15:58:34 -0300 |
commit | fddbdd1444120578d24dbd13a1643b4774e00901 (patch) | |
tree | e33a193e377b1729fa6663bbb3ea11e798229594 /.tools/jobs/spaces.sh | |
parent | 8a47b5ddffb66dd5f62033abd65126f3bb753d35 (diff) | |
download | serverdata-fddbdd1444120578d24dbd13a1643b4774e00901.tar.gz serverdata-fddbdd1444120578d24dbd13a1643b4774e00901.tar.bz2 serverdata-fddbdd1444120578d24dbd13a1643b4774e00901.tar.xz serverdata-fddbdd1444120578d24dbd13a1643b4774e00901.zip |
Trailing whitespaces is not important tbh
Diffstat (limited to '.tools/jobs/spaces.sh')
-rwxr-xr-x | .tools/jobs/spaces.sh | 3 |
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 |