diff --git a/scripts/lint.sh b/scripts/lint.sh index 5ef5b2d67..de2225dbd 100755 --- a/scripts/lint.sh +++ b/scripts/lint.sh @@ -1,4 +1,5 @@ -#!/usr/bin/env bash -xe +#!/usr/bin/env bash +set -xe if [[ $(flutter format -n .) ]]; then echo "flutter format issue"