lint: Update ShellCheck to 0.6.0.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg 2018-12-12 08:24:01 -08:00 committed by Tim Abbott
parent 9c8eeaed85
commit 149132348f
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -eu
version=0.5.0
version=0.6.0
if ! out="$(shellcheck --version 2>/dev/null)" || [[ "$out" != *"
version: $version

View File

@ -8,7 +8,7 @@ function error_out {
}
status=$(git status --porcelain | grep -v '^??')
[ ! -z "$status" ] && error_out "Working directory or index not clean"
[ -n "$status" ] && error_out "Working directory or index not clean"
old_ref=$(git rev-list --max-count=1 HEAD)
branch=$1

View File

@ -11,4 +11,4 @@ LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2018/11/07/zulip-1-9-relea
# Typically, adding a dependency only requires a minor version bump, and
# removing a dependency requires a major version bump.
PROVISION_VERSION = '26.17'
PROVISION_VERSION = '26.18'