Browse Source

Fail if source is dirty

pull/13/head
Darren Shepherd 6 years ago
parent
commit
6fa96105b9
  1. 2
      scripts/validate

2
scripts/validate

@ -37,5 +37,5 @@ test -z "$(go fmt ${PACKAGES} | \
if [ -n "$DIRTY" ]; then
echo Source dir is dirty
git status --porcelain --untracked-files=no
#exit 1
exit 1
fi

Loading…
Cancel
Save