Adding gofmt test run to contributing.md

This commit is contained in:
Utkarsh Bhatnagar 2016-02-16 00:43:48 -08:00
parent 48c5e26acd
commit 6f794b7d11

View File

@ -10,6 +10,11 @@ grunt && grunt watch
grunt karma:dev
```
### Rerun tests for backend assets before commit
```
test -z "$(gofmt -s -l . | grep -v Godeps/_workspace/src/ | tee /dev/stderr)"
```
### Run tests before commit
```
grunt test