@@ -27,26 +27,28 @@ The table below lists all languages that Codacy supports and the corresponding t
2727
2828<table >
2929 <colgroup >
30- <col span="1" style="width: 20%;">
31- <col span="1" style="width: 20%;">
32- <col span="1" style="width: 10%;">
33- <col span="1" style="width: 10%;">
34- <col span="1" style="width: 20%;">
35- <col span="1" style="width: 10%;">
36- <col span="1" style="width: 10%;">
37- <col width="20%"/>
30+ <col span="1" style="width: 12.5%;"> <!-- Language -->
31+ <col span="1" style="width: 12.5%;"> <!-- File extensions -->
32+ <col span="1" style="width: 10%;"> <!-- Static analysis -->
33+ <col span="1" style="width: 7.5%;"> <!-- Suggested fixes -->
34+ <col span="1" style="width: 7.5%;"> <!-- Secret detection -->
35+ <col span="1" style="width: 12.5%;"> <!-- Vuln scanning -->
36+ <col span="1" style="width: 12.5%;"> <!-- Malicious packages -->
37+ <col span="1" style="width: 7.5%;"> <!-- Duplication -->
38+ <col span="1" style="width: 7.5%;"> <!-- Complexity -->
39+ <col span="1" style="width: 10%;"> <!-- License scanning -->
3840 </colgroup >
3941 <thead >
4042 <tr>
4143 <th>Language</th>
4244 <th>File extensions</th>
43- <th><a style="color: white;" href="../../faq/code-analysis/which-metrics-does-codacy-calculate/#issues">Static analysis</a></th>
44- <th><a style="color: white;" href="#suggest-fixes">Suggested fixes</a></th>
45+ <th><a style="color: white;text-decoration: underline; " href="../../faq/code-analysis/which-metrics-does-codacy-calculate/#issues">Static analysis</a></th>
46+ <th><a style="color: white;text-decoration: underline; " href="#suggest-fixes">Suggested fixes</a></th>
4547 <th>Secret detection</th>
4648 <th>Dependency vulnerability scanning</th>
47- <th>Malicious packages detection <a href="#malicious-packages-detection"><sup>11</sup></a></th>
48- <th><a style="color: white;" href="../../faq/code-analysis/which-metrics-does-codacy-calculate/#duplication">Duplication</a></th>
49- <th><a style="color: white;" href="../../faq/code-analysis/which-metrics-does-codacy-calculate/#complexity">Complexity</a></th>
49+ <th>Malicious packages detection <a style="color: white;text-decoration: underline;" href="#malicious-packages-detection"><sup>11</sup></a></th>
50+ <th><a style="color: white;text-decoration: underline; " href="../../faq/code-analysis/which-metrics-does-codacy-calculate/#duplication">Duplication</a></th>
51+ <th><a style="color: white;text-decoration: underline; " href="../../faq/code-analysis/which-metrics-does-codacy-calculate/#complexity">Complexity</a></th>
5052 <th>License scanning</th>
5153 </tr>
5254 </thead >
0 commit comments