Add codeclimate renderer to the documentation
This commit is contained in:
@ -80,7 +80,7 @@ Runs a set of static code analysis rules on some Java source code files and gene
|
|||||||
<tr><th>Name</th><th>Values</th></tr>
|
<tr><th>Name</th><th>Values</th></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>type</td>
|
<td>type</td>
|
||||||
<td>xml,ideaj,textcolor,text,textpad,emacs,csv,html,xslt,yahtml,summaryhtml,vbhtml</td>
|
<td>xml,ideaj,textcolor,text,textpad,emacs,csv,html,xslt,yahtml,summaryhtml,vbhtml,codeclimate</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>showSuppressed</td>
|
<td>showSuppressed</td>
|
||||||
|
@ -216,6 +216,8 @@ Available Report Formats / Renderers
|
|||||||
|
|
||||||
PMD comes with many different renderer types:
|
PMD comes with many different renderer types:
|
||||||
|
|
||||||
|
* **codeclimate**: Renderer for Code Climate JSON format.
|
||||||
|
|
||||||
* **csv**: Comma-separated values tabular format.
|
* **csv**: Comma-separated values tabular format.
|
||||||
|
|
||||||
Properties:
|
Properties:
|
||||||
|
Reference in New Issue
Block a user