Skip to content

Commit 54cfc59

Browse files
Release Notes May 2025
1 parent cc79cda commit 54cfc59

File tree

4 files changed

+84
-1
lines changed

4 files changed

+84
-1
lines changed

docs/getting-started/supported-languages-and-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ The following table lists the Codacy GitHub repositories corresponding to each s
867867
<sup><span id="semgrep">1</span></sup>: Semgrep supports additional security rules when signing up for [Semgrep Pro](https://semgrep.dev/pricing/). This tool doesn't support [custom file extensions](../repositories-configure/languages.md#configuring-file-extensions).
868868
<sup><span id="yaml-only">2</span></sup>: Currently, only YAML file scanning is supported on this platform.
869869
<sup><span id="client-side">3</span></sup>: Supported as a [client-side tool](../repositories-configure/local-analysis/client-side-tools.md).
870-
<sup><span id="cppcheck-misra">4</span></sup>: Currently, Cppcheck only supports [checking the MISRA guidelines for C](https://cppcheck.sourceforge.io/misra.php).
870+
<sup><span id="cppcheck-misra">4</span></sup>: Currently, Cppcheck only supports the MISRA guidelines for C.
871871
<sup><span id="dart-limitations">5</span></sup>: Currently, Codacy only supports including the packages [lints](https://pub.dev/packages/lints) and [<span class="skip-vale">flutter_lints</span>](https://pub.dev/packages/flutter_lints) on dartanalyzer configuration files.
872872
<sup><span id="complexity-limitations">6</span></sup>: Doesn't calculate [the number of methods and the complexity per method](../repositories/files.md#file-details) for each file.
873873
<sup><span id="semgrep-brakeman">7</span></sup>: Due to licensing limitations, Codacy doesn't support the latest version of Brakeman. To analyze your Ruby code for the latest security vulnerabilities, use [Semgrep](https://semgrep.dev/), which provides comprehensive and up-to-date security scanning.
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
---
2+
rss_title: Codacy release notes RSS feed
3+
rss_href: /feed_rss_created.xml
4+
description: Release notes for Codacy Cloud May 2025.
5+
included_jira_versions: ['2025.5']
6+
codacy_tools_version_old: https://github.com/codacy/tools/releases/tag/8.2.11-fixdepsversioning.3.c3fc4b0
7+
codacy_tools_version_new: https://github.com/codacy/tools/releases/tag/8.8.0-featureapirewireala1568.1.sha.9f54e7b
8+
---
9+
10+
# Cloud May 2025
11+
12+
These release notes are for the Codacy Cloud updates during May 2025.
13+
14+
📢 [Visit the Codacy roadmap](https://roadmap.codacy.com) and <span class="skip-vale">let us know</span> your feedback on both new and planned product updates!
15+
16+
## Product enhancements and Bug fixes
17+
- **Codacy Guardrails Documentation Launched**, Explore the new Guardrails documentation at [Codacy Docs](https://docs.codacy.com). (TCE-1250)
18+
- **Issue Filters Fixed**: Resolved a bug affecting filters on the Issues page. Filtering should now work as expected. (ALA-1564)
19+
- **Windows Support via WSL for Codacy Guardrails**: The MCP Server now runs on Windows environments via Windows Subsystem for Linux (WSL). (CY-7509)
20+
- **Improved Error Visibility in VSCode Extension**: The extension now provides clearer messages for error scenarios, such as when the project is not a Git repository. (CY-7485)
21+
- **Automatic Rule File Updates on Git Load**: When the MCP Server is installed, loading a Git repository will now automatically update the rules file. (CY-7519)
22+
23+
24+
## Tool versions
25+
26+
- **eslint v9** has a new version: **9.26.0** ( updated from 9.24.0 )
27+
- **pylint v3** has a new version: **3.3.7** ( updated from 3.3.6 )
28+
- **aligncheck**: 1.0.0
29+
- **ameba**: 1.6.4
30+
- **bandit**: 1.8.3
31+
- **brakeman**: 4.3.1
32+
- **bundler-audit**: 0.9. 1
33+
- **checkov**: 3.2.362
34+
- **checkstyle**: 10.21.4
35+
- **clang-tidy**: 10.0.1
36+
- **codenarc**: 3.6.0
37+
- **codesniffer**: 3.10.1
38+
- **coffeelint**: 5.2.11
39+
- **cppcheck**: 2.17.1
40+
- **credo**: 1.7.11
41+
- **csslint**: 1.0.5
42+
- **dartanalyzer**: 3.7.2
43+
- **deadcode**: 1.0.0
44+
- **detekt**: 1.23.8
45+
- **eslint v8**: 8.57.0
46+
- **eslint v7**: 7.32.0
47+
- **faux-pas**: 1.7.2
48+
- **flawfinder**: 2.0.19
49+
- **gorevive**: 1.7.0
50+
- **gosec**: 2.15.0
51+
- **hadolint**: 2.12.0
52+
- **jackson-linter**: 2.15.2
53+
- **jshint**: 2.13.6
54+
- **lizard**: 1.17.19
55+
- **markdownlint**: 0.33.0
56+
- **php mess detector**: 2.14.1
57+
- **pmd v6**: 6.55.0
58+
- **pmd v7**: 7.11.0
59+
- **prospector**: 1.15.3
60+
- **psscriptanalyzer**: 1.24.0
61+
- **pylint v1**: 1.9.5
62+
- **remark-lint**: 9.1.2
63+
- **roslyn**: 1.22.0
64+
- **rubocop**: 1.75.1
65+
- **ruff**: 0.11.2
66+
- **scalameta-pro**: 1.4.4
67+
- **scalastyle**: 1.5.1
68+
- **semgrep**: 1.78.0
69+
- **shellcheck**: 0.10.0
70+
- **sonar-csharp**: 9.32
71+
- **sonar-visual-basic**: 8.13
72+
- **spectral**: 1.21.4
73+
- **spotbugs**: 4.8.4
74+
- **sqlint**: 0.2.1
75+
- **staticcheck**: 2025.1.1
76+
- **stylelint**: 16.17.0
77+
- **swiftlint**: 0.58.2
78+
- **tailor**: 0.12.0
79+
- **trivy**: 0.59.1
80+
- **tslint**: 6.1.3
81+
- **tsqllint**: 1.16.0

docs/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ For product updates that are in progress or planned [visit the Codacy public roa
1919
2025
2020

2121

22+
- [Cloud May 2025](cloud/cloud-2025-05.md)
2223
- [Cloud April 2025](cloud/cloud-2025-04.md)
2324
- [Cloud March 2025](cloud/cloud-2025-03.md)
2425
- [Adding Ruff and Lizard as new supported tools February, 2025](cloud/cloud-2025-02-adding-ruff-lizard.md)

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,7 @@ nav:
679679
- release-notes/index.md
680680
- Cloud:
681681
- 2025:
682+
- release-notes/cloud/cloud-2025-05.md
682683
- release-notes/cloud/cloud-2025-04.md
683684
- release-notes/cloud/cloud-2025-03.md
684685
- release-notes/cloud/cloud-2025-02-adding-ruff-lizard.md

0 commit comments

Comments
 (0)