Disable PMD aggregate

This commit is contained in:
pivovarit 2018-06-05 10:03:20 +02:00
parent 39b0b845cf
commit 11fa0cf492
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ import java.io.PrintStream;
import org.junit.Test;
public class JaggedArrayTest {
public class JaggedArrayUnitTest {
private JaggedArray obj = new JaggedArray();

View File

@ -373,8 +373,8 @@
</dependency>
</dependencies>
<configuration>
<failurePriority>5</failurePriority> <!-- TODO change to 0 after fixing the project -->
<aggregate>true</aggregate>
<failurePriority>5</failurePriority>
<aggregate>false</aggregate>
<failOnViolation>true</failOnViolation>
<verbose>true</verbose>
<linkXRef>true</linkXRef>