Skip to content

Commit 7b82694

Browse files
add pmd7 to kotlin and swift (#2358)
1 parent f9cb2f2 commit 7b82694

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

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

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,11 @@ The table below lists all languages that Codacy supports and the corresponding t
295295
</tr>
296296
<tr>
297297
<td>Kotlin</td>
298-
<td><a href="https://github.com/detekt/detekt">detekt</a>,
299-
<a href="https://semgrep.dev/">Semgrep</a> <a href="#semgrep"><sup>1</sup></a></td>
298+
<td>
299+
<a href="https://github.com/detekt/detekt">detekt</a>,
300+
<a href="https://semgrep.dev/">Semgrep</a> <a href="#semgrep"><sup>1</sup></a>,
301+
<a href="https://pmd.github.io">PMD</a>
302+
</td>
300303
<td>-</td>
301304
<td><a href="https://semgrep.dev/">Semgrep</a></td>
302305
<td><a href="https://trivy.dev">Trivy</a>, scans <br><code>pom.xml</code> and <code>gradle.lockfile</code></td>
@@ -489,8 +492,11 @@ The table below lists all languages that Codacy supports and the corresponding t
489492
</tr>
490493
<tr>
491494
<td>Swift</td>
492-
<td><a href="https://semgrep.dev/">Semgrep</a> <a href="#semgrep"><sup>1</sup></a>,
493-
<a href="https://github.com/realm/SwiftLint">SwiftLint</a></td>
495+
<td>
496+
<a href="https://semgrep.dev/">Semgrep</a> <a href="#semgrep"><sup>1</sup></a>,
497+
<a href="https://github.com/realm/SwiftLint">SwiftLint</a>,
498+
<a href="https://pmd.github.io">PMD</a>
499+
</td>
494500
<td>-</td>
495501
<td><a href="https://semgrep.dev/">Semgrep</a>,
496502
<a href="https://trivy.dev">Trivy</a></td>
@@ -718,8 +724,8 @@ The following table lists the Codacy GitHub repositories corresponding to each s
718724
<td><a href="https://github.com/codacy/codacy-phpmd" class="skip-vale">codacy/codacy-phpmd</a></td>
719725
</tr>
720726
<tr>
721-
<td><a href="https://pmd.sourceforge.io/pmd-5.3.2/pmd-java/index.html">PMD</a> <a href="#complexity-limitations"><sup>6</sup></a></td>
722-
<td><a href="https://github.com/codacy/codacy-pmd" class="skip-vale">codacy/codacy-pmd</a></td>
727+
<td><a href="https://pmd.github.io/">PMD</a> <a href="#complexity-limitations"><sup>6</sup></a></td>
728+
<td><a href="https://github.com/codacy/codacy-pmd7" class="skip-vale">codacy/codacy-pmd7</a></td>
723729
</tr>
724730
<tr>
725731
<td><a href="https://github.com/landscapeio/prospector2">Prospector</a></td>

0 commit comments

Comments
 (0)