We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88a2f4f commit c5f177eCopy full SHA for c5f177e
screwdriver.yaml
@@ -15,6 +15,8 @@ jobs:
15
else
16
echo "gofmt violations in the following file(s):"
17
echo "${gofmtOutput}"
18
+ echo "\ngofmt diffs:"
19
+ gofmt -d .
20
exit 1
21
fi
22
- vet: go vet ./...
0 commit comments