Skip to content

Commit 7e40286

Browse files
authored
Merge branch 'master' into add-codacy-usage-docs-lk-1802
2 parents 443baa6 + 69c2fa8 commit 7e40286

5 files changed

Lines changed: 46 additions & 3 deletions

File tree

docs/getting-started/codacy-quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ nav_step: 0
77

88
Codacy is an automated code quality and coverage platform that analyzes your source code and identifies issues as you go, helping your team ship robust software by scanning over 40 programming languages, such as JavaScript, Python, Java, C#, and PHP.
99

10-
Check out our product demo for an overview of Codacy's main features (recorded on May 13, 2024):
10+
Check out our product demo for an overview of Codacy's main features (recorded on November, 2025):
1111

12-
<div style="position: relative; padding-bottom: 61.224489795918366%; height: 0;"><iframe src="https://www.loom.com/embed/1ed27d66b659427883ddd28e57468c22" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe></div>
12+
<div style="position: relative; padding-bottom: 61.224489795918366%; height: 0;"><iframe src="https://www.loom.com/embed/b4dbb1342309493c8e34097e9e797549" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe></div>
1313

1414
By integrating with your Git provider, Codacy keeps track of your team’s work, analyzes relevant commits, highlights problems, suggests improvements, and protects your codebase from unwelcome changes. From organization and repository level to individual files, pull requests, and commits, Codacy monitors the following metrics across your projects:
1515

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
rss_title: Codacy release notes RSS feed
3+
rss_href: /feed_rss_created.xml
4+
---
5+
6+
7+
# Adding GolangCI-Lint as new supported tool – January 2026
8+
9+
10+
## GolangCI-Lint (Client-side Go tool)
11+
12+
We’re excited to announce support for [GolangCI-Lint](https://golangci-lint.run/), a fast Go linters aggregator. With this addition, you can now run golangci-lint locally on your Go projects and upload the results to Codacy for analysis and reporting.
13+
14+
**How it works:**
15+
16+
- GolangCI-Lint is a client-side tool: you install and run it locally in your environment.
17+
- Codacy acts as an uploader, collecting and displaying the results in your dashboard.
18+
- This approach gives you full control over the linter configuration and execution.
19+
20+
**To get started:**
21+
22+
1. [Install GolangCI-Lint](https://golangci-lint.run/usage/install/) on your machine or CI environment.
23+
2. Run GolangCI-Lint on your Go codebase to generate a report.
24+
3. Use Codacy’s uploader to send the results to your Codacy project.
25+
26+
Refer to our [documentation](https://github.com/codacy/codacy-golangci-lint?tab=readme-ov-file#codacy-golangci-lint) for detailed setup instructions.
27+
28+
29+
### Important Note
30+
31+
This tool will not be enabled by default: Due to the potential volume of new issues reported, GolangCI-Lint, is not enabled by default on existing repositories. You can enable them manually in your repository settings.
32+
33+
If you have any questions or need help, please contact <mailto:support@codacy.com>.

docs/release-notes/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ For product updates that are in progress or planned [visit the Codacy public roa
1616

1717
## Codacy Cloud release notes {: id="cloud"}
1818

19-
2025
19+
2026
20+
21+
- [Adding GolangCI-Lint as new supported tool January, 2026](cloud/cloud-2026-01-adding-golangci-lint.md)
2022

23+
2025
2124

2225
- [Cloud December 2025](cloud/cloud-2025-12.md)
2326
- [Cloud November 2025](cloud/cloud-2025-11.md)

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>

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,8 @@ nav:
683683
- Release notes:
684684
- release-notes/index.md
685685
- Cloud:
686+
- 2026:
687+
- release-notes/cloud/cloud-2026-01-adding-golangci-lint.md
686688
- 2025:
687689
- release-notes/cloud/cloud-2025-12.md
688690
- release-notes/cloud/cloud-2025-11.md

0 commit comments

Comments
 (0)