mirror of
https://github.com/grafana/grafana.git
synced 2024-12-26 00:41:20 -06:00
Adding gofmt test run to contributing.md
This commit is contained in:
parent
48c5e26acd
commit
6f794b7d11
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user