We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f17cf0 commit 7f1779dCopy full SHA for 7f1779d
README.md.tmpl
@@ -271,7 +271,7 @@ required = [
271
```
272
In your CI scripts, install the vendored `golangci-lint` like this:
273
```bash
274
-go install ./vendor/github.com/golangci/golangci-lint/cmd/golangci-lint/`
+go install ./vendor/github.com/golangci/golangci-lint/cmd/golangci-lint/
275
276
Vendoring `golangci-lint` saves a network request, potentially making your CI system a little more reliable.
277
0 commit comments