You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/docs/welcome/install.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ title: "Install"
7
7
Most installations of `golangci-lint` are performed for CI.
8
8
9
9
It's important to have reproducible CI: don't start to fail all builds at the same time.
10
-
With golangci-lint this can happen if you use option `--enable-all` and a new linter is added
11
-
or even without `--enable-all` when one upstream linter is upgraded.
10
+
With golangci-lint this can happen if you use option `linters.default: all` and a new linter is added
11
+
or even without `linters.default: all` when one upstream linter is upgraded.
12
12
13
13
**IMPORTANT**: It's highly recommended installing a specific version of golangci-lint available on the [releases page](https://github.com/golangci/golangci-lint/releases).
0 commit comments