We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b49635b commit 4c04e00Copy full SHA for 4c04e00
docs/src/docs/product/performance.mdx
@@ -22,7 +22,7 @@ Less `GOGC` values trigger garbage collection more frequently and golangci-lint
22
23
1. Work sharing
24
25
- During operation, `golangci-lint` shares work between specific linters (like `golint`, `govet`, etc.).
+ During operation, `golangci-lint` shares work between specific linters (like `govet`, `ineffassign`, etc.).
26
We don't fork to call a specific linter, but instead use its API.
27
For small and medium projects 50-90% of work between linters can be reused.
28
0 commit comments