Commit 84e50f90 by Carl Bergquist

Merge pull request #4046 from utkarshcmu/patch-1

Updated contributing.md with gofmt check
parents 6a7e9134 86ef33f8
......@@ -10,7 +10,12 @@ grunt && grunt watch
grunt karma:dev
```
### Run tests before commit
### Run tests for backend assets before commit
```
test -z "$(gofmt -s -l . | grep -v Godeps/_workspace/src/ | tee /dev/stderr)"
```
### Run tests for frontend assets before commit
```
grunt test
godep go test -v ./pkg/...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment