Skip to content

Commit

Permalink
docs: ineffassign instead of golint on 'performance' page
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear committed Nov 18, 2024
1 parent 03420b6 commit 65b987b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/product/performance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Less `GOGC` values trigger garbage collection more frequently and golangci-lint

1. Work sharing

During operation, `golangci-lint` shares work between specific linters (like `golint`, `govet`, etc.).
During operation, `golangci-lint` shares work between specific linters (like `govet`, `ineffasign`, etc.).
We don't fork to call a specific linter, but instead use its API.
For small and medium projects 50-90% of work between linters can be reused.

Expand Down

0 comments on commit 65b987b

Please sign in to comment.