Skip to content

Commit af6842c

Browse files
authored
Remove gometalinter comparison (#1731)
1 parent 3ef13a8 commit af6842c

File tree

3 files changed

+3
-82
lines changed

3 files changed

+3
-82
lines changed

docs/src/config/sidebar.yml

-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
link: "/product/roadmap/"
2727
- label: "Trusted By"
2828
link: "/product/trusted-by/"
29-
- label: "Comparison"
30-
link: "/product/comparison/"
3129
- label: "GitHub"
3230
link: "https://github.com/golangci/golangci-lint"
3331
- label: Contributing

docs/src/docs/product/comparison.mdx

-78
This file was deleted.

docs/src/docs/usage/performance.mdx

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ Less `GOGC` values trigger garbage collection more frequently and golangci-lint
2121
## Why `golangci-lint` is so fast
2222

2323
1. Work sharing
24-
The key difference with gometalinter is that golangci-lint shares work between specific linters (golint, govet, ...).
25-
We don't fork to call specific linter but use its API.
24+
25+
During operation, `golangci-lint` shares work between specific linters (like `golint`, `govet`, etc.).
26+
We don't fork to call a specific linter, but instead use its API.
2627
For small and medium projects 50-90% of work between linters can be reused.
2728

2829
- load `[]*packages.Package` by `go/packages` once

0 commit comments

Comments
 (0)