Commit 6f794b7d by Utkarsh Bhatnagar

Adding gofmt test run to contributing.md

parent 48c5e26a
...@@ -10,6 +10,11 @@ grunt && grunt watch ...@@ -10,6 +10,11 @@ grunt && grunt watch
grunt karma:dev 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 ### Run tests before commit
``` ```
grunt test grunt test
......
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