Commit 9f8ce5c9 authored by Victor Zagorodny's avatar Victor Zagorodny Committed by Tomasz Maczukin

Fix golint command in Go guide doc to be recursive

parent 219e37fd
......@@ -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