From fb5575bd1eb96a53b7ec380afb6d0d0b6d52a100 Mon Sep 17 00:00:00 2001 From: DMarinhoCodacy Date: Wed, 14 Jan 2026 12:05:29 +0000 Subject: [PATCH 1/2] Add GolangCI-lint on client-side tools doc --- .../local-analysis/client-side-tools.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/repositories-configure/local-analysis/client-side-tools.md b/docs/repositories-configure/local-analysis/client-side-tools.md index 4e66b512e9..cae41dbd4f 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. From 5da447eca7c8c6c590784e40be5b192f805bb251 Mon Sep 17 00:00:00 2001 From: DMarinhoCodacy Date: Wed, 14 Jan 2026 12:06:44 +0000 Subject: [PATCH 2/2] fix typo --- docs/repositories-configure/local-analysis/client-side-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/repositories-configure/local-analysis/client-side-tools.md b/docs/repositories-configure/local-analysis/client-side-tools.md index cae41dbd4f..7ae4d914bb 100644 --- a/docs/repositories-configure/local-analysis/client-side-tools.md +++ b/docs/repositories-configure/local-analysis/client-side-tools.md @@ -72,7 +72,7 @@ The table below describes the supported client-side tools and includes links to 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.. + 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)