@@ -137,7 +137,7 @@ The table below lists all languages that Codacy supports and the corresponding t
137
137
<a href="https://trivy.dev">Trivy</a></td>
138
138
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>.deps.json</code> (.Net), <code>packages.lock.json</code> (NuGet) </td>
139
139
<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>
141
141
<td>-</td>
142
142
</tr>
143
143
<tr>
@@ -235,7 +235,7 @@ The table below lists all languages that Codacy supports and the corresponding t
235
235
<a href="https://trivy.dev">Trivy</a></td>
236
236
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>go.mod</code></td>
237
237
<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>
239
239
<td>-</td>
240
240
</tr>
241
241
<tr>
@@ -275,7 +275,7 @@ The table below lists all languages that Codacy supports and the corresponding t
275
275
<a href="https://trivy.dev">Trivy</a></td>
276
276
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>pom.xml</code> and <code>gradle.lockfile</code></td>
277
277
<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>
279
279
<td>-</td>
280
280
</tr>
281
281
<tr>
@@ -289,7 +289,7 @@ The table below lists all languages that Codacy supports and the corresponding t
289
289
<a href="https://trivy.dev">Trivy</a></td>
290
290
<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>
291
291
<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>
293
293
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>package-lock.json</code> (npm)</td>
294
294
</tr>
295
295
<tr>
@@ -399,7 +399,7 @@ The table below lists all languages that Codacy supports and the corresponding t
399
399
<a href="https://trivy.dev">Trivy</a></td>
400
400
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>composer.lock</code> (Composer) </td>
401
401
<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>
403
403
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>composer.lock</code> (Composer) </td>
404
404
</tr>
405
405
<tr>
@@ -481,7 +481,7 @@ The table below lists all languages that Codacy supports and the corresponding t
481
481
<a href="https://trivy.dev">Trivy</a></td>
482
482
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>Gemfile.lock</code> (Bundler) </td>
483
483
<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>
484
+ <td><a href="https://github.com/terryyin/lizard">Lizard</a></td>
485
485
<td>-</td>
486
486
</tr>
487
487
<tr>
@@ -519,8 +519,7 @@ The table below lists all languages that Codacy supports and the corresponding t
519
519
<a href="https://trivy.dev">Trivy</a></td>
520
520
<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>
521
521
<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>
522
+ <td><a href="https://github.com/terryyin/lizard">Lizard</a></td>
524
523
<td>-</td>
525
524
</tr>
526
525
<tr>
@@ -559,7 +558,7 @@ The table below lists all languages that Codacy supports and the corresponding t
559
558
<a href="https://trivy.dev">Trivy</a></td>
560
559
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>Package.resolved</code> (SwiftPM) </td>
561
560
<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>
561
+ <td><a href="https://github.com/terryyin/lizard">Lizard</a></td>
563
562
<td>-</td>
564
563
</tr>
565
564
<tr>
@@ -614,7 +613,7 @@ The table below lists all languages that Codacy supports and the corresponding t
614
613
<a href="https://trivy.dev">Trivy</a></td>
615
614
<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>
616
615
<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>
616
+ <td><a href="https://github.com/terryyin/lizard">Lizard</a></td>
618
617
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>package-lock.json</code> (npm)</td>
619
618
</tr>
620
619
<tr>
0 commit comments