Skip to content

Commit c5f177e

Browse files
committed
display gofmt diffs
1 parent 88a2f4f commit c5f177e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

screwdriver.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
else
1616
echo "gofmt violations in the following file(s):"
1717
echo "${gofmtOutput}"
18+
echo "\ngofmt diffs:"
19+
gofmt -d .
1820
exit 1
1921
fi
2022
- vet: go vet ./...

0 commit comments

Comments
 (0)