diff --git a/docs/getting-started/supported-languages-and-tools.md b/docs/getting-started/supported-languages-and-tools.md
index 02818a2e80..253ad8f28b 100644
--- a/docs/getting-started/supported-languages-and-tools.md
+++ b/docs/getting-started/supported-languages-and-tools.md
@@ -97,7 +97,7 @@ The table below lists all languages that Codacy supports and the corresponding t
Semgrep,
Trivy |
Trivy, scans
conan.lock (Conan) |
- PMD CPD |
+ PMD CPD 10 |
- |
@@ -110,7 +110,7 @@ The table below lists all languages that Codacy supports and the corresponding t
Semgrep,
Trivy |
Trivy, scans
conan.lock (Conan) |
- PMD CPD |
+ PMD CPD 10 |
- |
@@ -121,8 +121,8 @@ The table below lists all languages that Codacy supports and the corresponding t
Semgrep,
Trivy |
Trivy, scans
.deps.json (.Net), packages.lock.json (NuGet) |
- PMD CPD |
- SonarC# |
+ PMD CPD 10 |
+ SonarC# 10 |
CoffeeScript |
@@ -203,7 +203,7 @@ The table below lists all languages that Codacy supports and the corresponding t
Semgrep,
Trivy |
Trivy, scans
go.mod |
- PMD CPD |
+ PMD CPD 10 |
Gocyclo |
@@ -237,8 +237,8 @@ The table below lists all languages that Codacy supports and the corresponding t
Semgrep,
Trivy
Trivy, scans
pom.xml and gradle.lockfile |
- PMD CPD |
- PMD 6 |
+ PMD CPD 10 |
+ PMD 6 10 |
JavaScript |
@@ -249,8 +249,8 @@ The table below lists all languages that Codacy supports and the corresponding t
Semgrep,
Trivy |
Trivy, scans
package.json and package-lock.json (npm),
yarn.lock (Yarn) |
- PMD CPD |
- ESLint 6 |
+ PMD CPD 10 |
+ ESLint 6 10 |
JSON |
@@ -279,7 +279,7 @@ The table below lists all languages that Codacy supports and the corresponding t
Semgrep |
Trivy, scans
pom.xml and gradle.lockfile |
jscpd |
- detekt |
+ detekt 10 |
Kubernetes |
@@ -380,7 +380,7 @@ The table below lists all languages that Codacy supports and the corresponding t
Semgrep,
Trivy
Trivy, scans
requirements.txt (pip),
Pipfile.lock (pipenv),
poetry.lock (Poetry) |
- PMD CPD |
+ PMD CPD 10 |
Radon |
@@ -393,7 +393,7 @@ The table below lists all languages that Codacy supports and the corresponding t
Trivy
Trivy, scans
Gemfile.lock (Bundler) |
Flay |
- RuboCop 6 |
+ RuboCop 6 10 |
Rust |
@@ -424,7 +424,7 @@ The table below lists all languages that Codacy supports and the corresponding t
Semgrep,
Trivy |
Trivy, scans
build.sbt.lock (sbt) 9 |
- PMD CPD |
+ PMD CPD 10 |
Scalastyle,
Scala 2 compiler and standard library |
@@ -455,8 +455,8 @@ The table below lists all languages that Codacy supports and the corresponding t
Semgrep,
Trivy |
Trivy, scans
Package.resolved (SwiftPM) |
- PMD CPD |
- SwiftLint6 8 |
+ PMD CPD 10 |
+ SwiftLint6 8 |
Terraform |
@@ -488,7 +488,7 @@ The table below lists all languages that Codacy supports and the corresponding t
Trivy
Trivy, scans
package.json and package-lock.json (npm),
yarn.lock (Yarn) |
jscpd |
- ESLint 6 |
+ ESLint 6 10 |
Unity |
@@ -757,7 +757,8 @@ The following table lists the Codacy GitHub repositories corresponding to each s
6: Doesn't calculate [the number of methods and the complexity per method](../repositories/files.md#file-details) for each file.
7: 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.
8: Supports [reporting warnings or errors](https://realm.github.io/SwiftLint/cyclomatic_complexity.html) on functions above specific complexity thresholds. Enable the rule **Cyclomatic Complexity** on the [Code patterns page](../repositories-configure/configuring-code-patterns.md), or use a [configuration file](https://realm.github.io/SwiftLint/index.html#configuration) to customize the thresholds.
-9: Requires the [sbt-dependency-lock](https://github.com/stringbean/sbt-dependency-lock) plugin for generating the lockfile.
+9: Requires the [sbt-dependency-lock](https://github.com/stringbean/sbt-dependency-lock) plugin for generating the lockfile.
+10: Codacy may use a different version of this tool for measuring complexity and duplication.
🔧: Supports [suggesting fixes](../repositories-configure/integrations/github-integration.md#suggest-fixes) for identified issues.
## See also