We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1cdcc commit a041498Copy full SHA for a041498
README.md
@@ -42,6 +42,11 @@ You can also install it by brew:
42
brew install golangci/tap/golangci-lint
43
```
44
45
+For CI you can use fast local installation:
46
+```bash
47
+curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh
48
+```
49
+
50
Check the [releases page](https://github.com/golangci/golangci-lint/releases) to fix the version.
51
52
# Demo
0 commit comments