Skip to content

Commit

Permalink
Merge branch 'master' into hotfix/deb-build-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soffokl authored Oct 18, 2018
2 parents 618d041 + a4927a1 commit 273d8a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/check_goimports
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#> bin/check_goimports ./communication
#> bin/check_goimports ./communication/...

set -e

source bin/helpers/output.sh

ARGUMENTS=$@
Expand All @@ -28,4 +30,4 @@ if [ ! -z "$unformatted" ]; then
fi

print_success "All files are compliant to goimports."
exit 0
exit 0

0 comments on commit 273d8a5

Please sign in to comment.