forked from phoedos/pmd
Update changelog
This commit is contained in:
@ -1,6 +1,9 @@
|
||||
/**
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
package net.sourceforge.pmd.renderers;
|
||||
|
||||
import net.sourceforge.pmd.*;
|
||||
import net.sourceforge.pmd.PMD;
|
||||
|
||||
public class CodeClimateRendererTest extends AbstractRendererTst {
|
||||
|
||||
|
@ -6,6 +6,8 @@
|
||||
|
||||
**Feature Request and Improvements:**
|
||||
|
||||
* A JSON-renderer for PMD which is compatible with CodeClimate. See [PR#83](https://github.com/pmd/pmd/pull/83).
|
||||
|
||||
**New/Modified/Deprecated Rules:**
|
||||
|
||||
* java-design/UseVargs: public static void main method is ignored now and so are methods, that are annotated
|
||||
@ -15,6 +17,7 @@
|
||||
|
||||
* [#79](https://github.com/pmd/pmd/pull/79): do not flag public static void main(String[]) as UseVarargs; ignore @Override for UseVarargs
|
||||
* [#80](https://github.com/pmd/pmd/pull/80): Update mvn-plugin.md
|
||||
* [#83](https://github.com/pmd/pmd/pull/83): Adds new Code Climate-compliant JSON renderer
|
||||
|
||||
**Bugfixes:**
|
||||
|
||||
|
Reference in New Issue
Block a user