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 4640d4f commit 391aee7Copy full SHA for 391aee7
docs/src/docs/product/performance.mdx
@@ -49,9 +49,9 @@ Less `GOGC` values trigger garbage collection more frequently and golangci-lint
49
2. Smart linters scheduling
50
51
We schedule linters by a special algorithm which takes estimated execution time into account. It allows
52
- to save 10-30% of time when one of heavy linters (staticcheck, etc) is enabled.
+ to save 10-30% of time when one of heavy linters (e.g., staticcheck) is enabled.
53
54
3. Don't fork to run shell commands
55
56
-All linters have their version fixed with go modules, they are builtin
+All linters have their versions fixed with Go modules, they are built-in,
57
and you don't need to install them separately.
0 commit comments