Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(48)

Unified Diff: .lbox.check

Issue 6817113: Add CONTRIBUTING (Closed)
Patch Set: Add CONTRIBUTING Created 12 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | CONTRIBUTING » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .lbox.check
=== modified file '.lbox.check'
--- .lbox.check 2012-09-20 11:32:48 +0000
+++ .lbox.check 2012-11-12 01:06:07 +0000
@@ -5,7 +5,7 @@
BADFMT=`find * -name '*.go' | xargs gofmt -l`
if [ -n "$BADFMT" ]; then
BADFMT=`echo "$BADFMT" | sed "s/^/ /"`
- echo "gofmt is sad:\n\n$BADFMT"
+ echo -e "gofmt is sad:\n\n$BADFMT"
exit 1
fi
« no previous file with comments | « no previous file | CONTRIBUTING » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b