Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
qorus
grafana
Commits
6f794b7d
Commit
6f794b7d
authored
Feb 16, 2016
by
Utkarsh Bhatnagar
Browse files
Adding gofmt test run to contributing.md
parent
48c5e26a
Changes
1
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTING.md
View file @
6f794b7d
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment