diff --git a/docs/repositories-configure/local-analysis/client-side-tools.md b/docs/repositories-configure/local-analysis/client-side-tools.md index 4e66b512e9..7ae4d914bb 100644 --- a/docs/repositories-configure/local-analysis/client-side-tools.md +++ b/docs/repositories-configure/local-analysis/client-side-tools.md @@ -70,6 +70,11 @@ The table below describes the supported client-side tools and includes links to deadcode is a very simple utility which detects unused declarations in Go packages. Running deadcode (containerized) + + GolangCI-Lint + GolangCI-Lint is a fast, parallelized Go linters runner that aggregates dozens of different linters into a single tool, allowing developers to detect bugs, style errors, and complexity issues efficiently in their Go codebases. + Running GolangCI-Lint (standalone) + Gosec Gosec inspects source code for security problems by scanning the Go AST.