Add codeclimate renderer to the documentation

This commit is contained in:
Andreas Dangel
2016-01-15 09:53:43 +01:00
parent 03411d620e
commit e8e950ad20
2 changed files with 3 additions and 1 deletions

View File

@ -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>

View File

@ -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: