Skip to content

Commit

Permalink
Merge pull request helm#460 from technosophos/fix/validate-go
Browse files Browse the repository at this point in the history
fix(validate-go): show the errors gofmt found
  • Loading branch information
technosophos committed Mar 28, 2016
2 parents 00ad7d1 + e1dfb1a commit 29b466c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/validate-go.sh
Expand Up @@ -48,6 +48,7 @@ if [[ -n "${failed_fmt}" ]]; then
echo "${red}"
echo "gofmt check failed:"
echo "$failed_fmt"
find_go_files | xargs gofmt -s -d
echo "${reset}"
exit_code=1
fi
Expand Down

0 comments on commit 29b466c

Please sign in to comment.