Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvacareanu7 committed Feb 12, 2025
1 parent 87408bd commit 7d2ebf1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/getting-started/supported-languages-and-tools.md
Original file line number Diff line number Diff line change
@@ -219,7 +219,7 @@ The table below lists all languages that Codacy supports and the corresponding t
<a href="https://trivy.dev">Trivy</a></td>
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>go.mod</code></td>
<td><a href="https://pmd.github.io/pmd/pmd_userdocs_cpd.html">PMD CPD</a> <a href="#different-tools"><sup>10</sup></a> </td>
<td><a href="https://github.com/fzipp/gocyclo">Gocyclo</a><a href="https://github.com/terryyin/lizard">Lizard</a></td>
<td><a href="https://github.com/fzipp/gocyclo">Gocyclo</a> <a href="https://github.com/terryyin/lizard">Lizard</a></td>
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>go.mod</code></td>
</tr>
<tr>
@@ -256,7 +256,7 @@ The table below lists all languages that Codacy supports and the corresponding t
<a href="https://trivy.dev">Trivy</a></td>
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>pom.xml</code> and <code>gradle.lockfile</code></td>
<td><a href="https://github.com/kucherenko/jscpd">jscpd</a></td>
<td><a href="https://pmd.github.io/">PMD</a> <a href="#complexity-limitations"><sup>6</sup></a> <a href="#different-tools"><sup>10</sup></a><a href="https://github.com/terryyin/lizard">Lizard</a> </td>
<td><a href="https://pmd.github.io/">PMD</a> <a href="#complexity-limitations"><sup>6</sup></a> <a href="#different-tools"><sup>10</sup></a> <a href="https://github.com/terryyin/lizard">Lizard</a></td>
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>pom.xml</code> and <code>gradle.lockfile</code></td>
</tr>
<tr>
@@ -367,7 +367,7 @@ The table below lists all languages that Codacy supports and the corresponding t
<a href="https://trivy.dev">Trivy</a></td>
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>composer.lock</code> (Composer) </td>
<td><a href="https://github.com/sebastianbergmann/phpcpd">PHPCPD</a></td>
<td><a href="https://github.com/pdepend/pdepend">PHP Depend</a><a href="https://github.com/terryyin/lizard">Lizard</a></td>
<td><a href="https://github.com/pdepend/pdepend">PHP Depend</a> <a href="https://github.com/terryyin/lizard">Lizard</a></td>
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>composer.lock</code> (Composer) </td>
</tr>
<tr>
@@ -413,7 +413,7 @@ The table below lists all languages that Codacy supports and the corresponding t
<a href="https://trivy.dev">Trivy</a></td>
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>requirements.txt</code> (pip), <br><code>Pipfile.lock</code> (pipenv), <br><code>poetry.lock</code> (Poetry)</td>
<td><a href="https://pmd.github.io/pmd/pmd_userdocs_cpd.html">PMD CPD</a> <a href="#different-tools"><sup>10</sup></a> </td>
<td><a href="https://github.com/rubik/radon">Radon</a><a href="https://github.com/terryyin/lizard">Lizard</a></td>
<td><a href="https://github.com/rubik/radon">Radon</a> <a href="https://github.com/terryyin/lizard">Lizard</a></td>
<td>-</td>
</tr>
<tr>
@@ -462,7 +462,7 @@ The table below lists all languages that Codacy supports and the corresponding t
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>build.sbt.lock</code> (sbt) <a href="#scala-dependencies"><sup>9</sup></a></td>
<td><a href="https://pmd.github.io/pmd/pmd_userdocs_cpd.html">PMD CPD</a> <a href="#different-tools"><sup>10</sup></a> </td>
<td><a href="http://www.scalastyle.org/">Scalastyle</a>,
<a href="https://github.com/scala/scala">Scala 2 compiler and standard library</a><a href="https://github.com/terryyin/lizard">Lizard</a></td>
<a href="https://github.com/scala/scala">Scala 2 compiler and standard library</a> <a href="https://github.com/terryyin/lizard">Lizard</a></td>
<td>-</td>
</tr>
<tr>
@@ -530,7 +530,7 @@ The table below lists all languages that Codacy supports and the corresponding t
<a href="https://trivy.dev">Trivy</a></td>
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>package.json</code> and <code>package-lock.json</code> (npm), <br><code>yarn.lock</code> (Yarn) </td>
<td><a href="https://github.com/kucherenko/jscpd">jscpd</a></td>
<td><a href="https://eslint.org/">ESLint</a> <a href="#complexity-limitations"><sup>6</sup></a> <a href="#different-tools"><sup>10</sup></a><a href="https://github.com/terryyin/lizard">Lizard</a></td>
<td><a href="https://eslint.org/">ESLint</a> <a href="#complexity-limitations"><sup>6</sup></a> <a href="#different-tools"><sup>10</sup></a> <a href="https://github.com/terryyin/lizard">Lizard</a></td>
<td>-</td>
</tr>
<tr>

0 comments on commit 7d2ebf1

Please sign in to comment.