Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ The table below describes the supported client-side tools and includes links to
<td>deadcode is a <span class="skip-vale">very simple</span> utility which detects unused declarations in Go packages.</td>
<td><a href="../running-deadcode/">Running deadcode</a> (containerized)</td>
</tr>
<tr>
<td><a href="https://github.com/golangci/golangci-lint">GolangCI-Lint</a></td>
<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>
<td><a href="https://github.com/codacy/codacy-golangci-lint#usage">Running GolangCI-Lint</a> (standalone)</td>
</tr>
<tr>
<td><a href="https://github.com/securego/gosec">Gosec</a></td>
<td>Gosec inspects source code for security problems by scanning the Go AST.</td>
Expand Down
Loading