Skip to content

Commit 93dddb9

Browse files
Add GolangCI-lint on client-side tools doc (#2556)
* Add GolangCI-lint on client-side tools doc
1 parent 3271ef9 commit 93dddb9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/repositories-configure/local-analysis/client-side-tools.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ The table below describes the supported client-side tools and includes links to
7070
<td>deadcode is a <span class="skip-vale">very simple</span> utility which detects unused declarations in Go packages.</td>
7171
<td><a href="../running-deadcode/">Running deadcode</a> (containerized)</td>
7272
</tr>
73+
<tr>
74+
<td><a href="https://github.com/golangci/golangci-lint">GolangCI-Lint</a></td>
75+
<td>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.</td>
76+
<td><a href="https://github.com/codacy/codacy-golangci-lint#usage">Running GolangCI-Lint</a> (standalone)</td>
77+
</tr>
7378
<tr>
7479
<td><a href="https://github.com/securego/gosec">Gosec</a></td>
7580
<td>Gosec inspects source code for security problems by scanning the Go AST.</td>

0 commit comments

Comments
 (0)