Skip to content

Commit

Permalink
fix: Update currently supported languages
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfyda committed Jun 4, 2024
1 parent c37b5bb commit 823cded
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/getting-started/supported-languages-and-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ description: List of tools that Codacy uses to analyze over 40 supported languag

Codacy uses industry-leading tools to perform automatic static code analysis over 40 supported languages:

- **For programming languages**, Codacy provides static analysis as well as code duplication, code complexity, secret detection, dependency vulnerability scanning, and code coverage metrics for key languages.
- **For programming languages**, Codacy provides static analysis as well as code duplication, code complexity, secret detection, dependency vulnerability scanning, and code coverage metrics for key languages.

- **For cloud infrastructure-as-code platforms**, Codacy provides static analysis and secret detection to enforce security and compliance best practices.
- **For cloud infrastructure-as-code platforms**, Codacy provides static analysis and secret detection to enforce security and compliance best practices.

The table below lists all languages that Codacy supports and the corresponding tools that Codacy uses to analyze your source code. Besides this, Codacy uses [cloc](https://github.com/kentcdodds/cloc) to calculate the source lines of code for all supported languages and supports multiple [code coverage report formats](../coverage-reporter/index.md#generating-coverage).

Expand All @@ -23,7 +23,7 @@ The table below lists all languages that Codacy supports and the corresponding t
-->

!!! important
Codacy runs security and other analysis tools when code changes are pushed to your repositories. These tools don't scan code for issues continuously.
Codacy runs security and other analysis tools when code changes are pushed to your repositories. These tools don't scan code for issues continuously.

<table>
<colgroup>
Expand Down Expand Up @@ -152,7 +152,7 @@ The table below lists all languages that Codacy supports and the corresponding t
<td><a href="https://github.com/dart-lang/sdk/tree/main/pkg/analyzer_cli">dartanalyzer</a> <a href="#dart-limitations"><sup>5</sup></a></td>
<td>-</td>
<td><a href="https://trivy.dev">Trivy</a></td>
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>pubspec.yaml</code> (pub)</td>
<td></td>
<td>-</td>
<td>-</td>
</tr>
Expand Down Expand Up @@ -195,7 +195,7 @@ The table below lists all languages that Codacy supports and the corresponding t
<a href="https://staticcheck.io/">Staticcheck</a> <a href="#client-side"><sup>3</sup></a></td>
<td>-</td>
<td><a href="https://trivy.dev">Trivy</a></td>
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>go.mod</code> and <code>go.sum</code> (mod)</td>
<td></td>
<td><a href="https://pmd.github.io/pmd/pmd_userdocs_cpd.html">PMD CPD</a></td>
<td><a href="https://github.com/fzipp/gocyclo">Gocyclo</a></td>
</tr>
Expand Down Expand Up @@ -741,6 +741,6 @@ The following table lists the Codacy GitHub repositories corresponding to each s

## See also

- [Codacy quickstart (5 min)](codacy-quickstart.md)
- [Client-side tools](../repositories-configure/local-analysis/client-side-tools.md)
- [Which metrics does Codacy calculate?](../faq/code-analysis/which-metrics-does-codacy-calculate.md)
- [Codacy quickstart (5 min)](codacy-quickstart.md)
- [Client-side tools](../repositories-configure/local-analysis/client-side-tools.md)
- [Which metrics does Codacy calculate?](../faq/code-analysis/which-metrics-does-codacy-calculate.md)

0 comments on commit 823cded

Please sign in to comment.