diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index aaf01cd3280..a7ea4d0177a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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