Commit 459e419e authored by Tomasz Maczukin's avatar Tomasz Maczukin

Merge branch 'vzagorodny-fix-golint-commdand-in-go-guide' into 'master'

Fix golint command in Go guide doc to be recursive

See merge request gitlab-org/gitlab-ce!30262
parents 219e37fd 9f8ce5c9
......@@ -82,7 +82,7 @@ go lint:
image: golang:1.11
script:
- go get -u golang.org/x/lint/golint
- golint -set_exit_status
- golint -set_exit_status $(go list ./... | grep -v "vendor/")
```
Once [recursive includes](https://gitlab.com/gitlab-org/gitlab-ce/issues/56836)
......
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