From c88dfecc41f157bf26ab69d3dc3efef8329c9405 Mon Sep 17 00:00:00 2001 From: "david.marinho@codacy.com" Date: Tue, 3 Dec 2024 18:10:30 +0000 Subject: [PATCH] fix typo --- .../supported-languages-and-tools.md | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/getting-started/supported-languages-and-tools.md b/docs/getting-started/supported-languages-and-tools.md index ae4ea28d2b..b55e1c87bb 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 10 + 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 10 + 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 10 - SonarC# 10 + 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 10 + 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 10 - PMD 6 10 + 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 10 - ESLint 6 10 + 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 10 + 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 10 + 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 10 + 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 10 + PMD CPD 10 Scalastyle, Scala 2 compiler and standard library @@ -455,7 +455,7 @@ The table below lists all languages that Codacy supports and the corresponding t Semgrep, Trivy Trivy, scans
Package.resolved (SwiftPM) - PMD CPD 10 + PMD CPD 10 SwiftLint6 8 @@ -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 10 + ESLint 6 10 Unity @@ -758,7 +758,7 @@ The following table lists the Codacy GitHub repositories corresponding to each s 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. -10: Codacy has a different tool for Complexity and Duplication, even if the name is the same as the Static analysis tool. +10: Codacy has a different tool for Complexity and Duplication, even if the name is the same as the Static analysis tool. 🔧: Supports [suggesting fixes](../repositories-configure/integrations/github-integration.md#suggest-fixes) for identified issues. ## See also