Skip to content

Commit d8fd94d

Browse files
Update complexity doc (#2439)
* Update Lizard Doc * Bump Docs complexity * update
1 parent e5f560f commit d8fd94d

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

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

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ The table below lists all languages that Codacy supports and the corresponding t
137137
<a href="https://trivy.dev">Trivy</a></td>
138138
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>.deps.json</code> (.Net), <code>packages.lock.json</code> (NuGet) </td>
139139
<td><a href="https://pmd.github.io/pmd/pmd_userdocs_cpd.html">PMD CPD</a> <a href="#different-tools"><sup>10</sup></a> </td>
140-
<td><a href="https://github.com/SonarSource/sonar-dotnet">SonarC#</a> <a href="#different-tools"><sup>10</sup></a> <a href="https://github.com/terryyin/lizard">Lizard</a></td>
140+
<td><a href="https://github.com/terryyin/lizard">Lizard</a></td>
141141
<td>-</td>
142142
</tr>
143143
<tr>
@@ -235,7 +235,7 @@ The table below lists all languages that Codacy supports and the corresponding t
235235
<a href="https://trivy.dev">Trivy</a></td>
236236
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>go.mod</code></td>
237237
<td><a href="https://pmd.github.io/pmd/pmd_userdocs_cpd.html">PMD CPD</a> <a href="#different-tools"><sup>10</sup></a> </td>
238-
<td><a href="https://github.com/fzipp/gocyclo">Gocyclo</a> <a href="https://github.com/terryyin/lizard">Lizard</a></td>
238+
<td><a href="https://github.com/terryyin/lizard">Lizard</a></td>
239239
<td>-</td>
240240
</tr>
241241
<tr>
@@ -275,7 +275,7 @@ The table below lists all languages that Codacy supports and the corresponding t
275275
<a href="https://trivy.dev">Trivy</a></td>
276276
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>pom.xml</code> and <code>gradle.lockfile</code></td>
277277
<td><a href="https://github.com/kucherenko/jscpd">jscpd</a></td>
278-
<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>
278+
<td><a href="https://github.com/terryyin/lizard">Lizard</a></td>
279279
<td>-</td>
280280
</tr>
281281
<tr>
@@ -289,7 +289,7 @@ The table below lists all languages that Codacy supports and the corresponding t
289289
<a href="https://trivy.dev">Trivy</a></td>
290290
<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>
291291
<td><a href="https://pmd.github.io/pmd/pmd_userdocs_cpd.html">PMD CPD</a> <a href="#different-tools"><sup>10</sup></a> </td>
292-
<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>
292+
<td><a href="https://github.com/terryyin/lizard">Lizard</a></td>
293293
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>package-lock.json</code> (npm)</td>
294294
</tr>
295295
<tr>
@@ -399,7 +399,7 @@ The table below lists all languages that Codacy supports and the corresponding t
399399
<a href="https://trivy.dev">Trivy</a></td>
400400
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>composer.lock</code> (Composer) </td>
401401
<td><a href="https://github.com/sebastianbergmann/phpcpd">PHPCPD</a></td>
402-
<td><a href="https://github.com/pdepend/pdepend">PHP Depend</a> <a href="https://github.com/terryyin/lizard">Lizard</a></td>
402+
<td><a href="https://github.com/terryyin/lizard">Lizard</a></td>
403403
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>composer.lock</code> (Composer) </td>
404404
</tr>
405405
<tr>
@@ -461,10 +461,7 @@ The table below lists all languages that Codacy supports and the corresponding t
461461
<a href="https://pmd.github.io/pmd/pmd_userdocs_cpd.html">PMD CPD</a>
462462
<a href="#different-tools"><sup>10</sup></a>
463463
</td>
464-
<td>
465-
<a href="https://github.com/rubik/radon">Radon</a>
466-
<a href="https://github.com/terryyin/lizard">Lizard</a>
467-
</td>
464+
<td><a href="https://github.com/terryyin/lizard">Lizard</a></td>
468465
<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), <code>uv.lock</code> (UV)</td>
469466
</tr>
470467
<tr>
@@ -481,7 +478,7 @@ The table below lists all languages that Codacy supports and the corresponding t
481478
<a href="https://trivy.dev">Trivy</a></td>
482479
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>Gemfile.lock</code> (Bundler) </td>
483480
<td><a href="https://github.com/seattlerb/flay">Flay</a></td>
484-
<td><a href="https://github.com/rubocop/rubocop">RuboCop</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>
481+
<td><a href="https://github.com/terryyin/lizard">Lizard</a></td>
485482
<td>-</td>
486483
</tr>
487484
<tr>
@@ -519,8 +516,7 @@ The table below lists all languages that Codacy supports and the corresponding t
519516
<a href="https://trivy.dev">Trivy</a></td>
520517
<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>
521518
<td><a href="https://pmd.github.io/pmd/pmd_userdocs_cpd.html">PMD CPD</a> <a href="#different-tools"><sup>10</sup></a> </td>
522-
<td><a href="http://www.scalastyle.org/">Scalastyle</a>,
523-
<a href="https://github.com/scala/scala">Scala 2 compiler and standard library</a> <a href="https://github.com/terryyin/lizard">Lizard</a></td>
519+
<td><a href="https://github.com/terryyin/lizard">Lizard</a></td>
524520
<td>-</td>
525521
</tr>
526522
<tr>
@@ -559,7 +555,7 @@ The table below lists all languages that Codacy supports and the corresponding t
559555
<a href="https://trivy.dev">Trivy</a></td>
560556
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>Package.resolved</code> (SwiftPM) </td>
561557
<td><a href="https://pmd.github.io/pmd/pmd_userdocs_cpd.html">PMD CPD</a> <a href="#different-tools"><sup>10</sup></a> </td>
562-
<td><a href="https://github.com/realm/SwiftLint">SwiftLint</a><a href="#complexity-limitations"><sup>6</sup></a> <a href="#swiftlint-complexity"><sup>8</sup></a> <a href="https://github.com/terryyin/lizard">Lizard</a></td>
558+
<td><a href="https://github.com/terryyin/lizard">Lizard</a></td>
563559
<td>-</td>
564560
</tr>
565561
<tr>
@@ -614,7 +610,7 @@ The table below lists all languages that Codacy supports and the corresponding t
614610
<a href="https://trivy.dev">Trivy</a></td>
615611
<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>
616612
<td><a href="https://github.com/kucherenko/jscpd">jscpd</a></td>
617-
<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>
613+
<td><a href="https://github.com/terryyin/lizard">Lizard</a></td>
618614
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>package-lock.json</code> (npm)</td>
619615
</tr>
620616
<tr>

0 commit comments

Comments
 (0)