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; import org.junit.Test;
public class JaggedArrayTest { public class JaggedArrayUnitTest {
private JaggedArray obj = new JaggedArray(); private JaggedArray obj = new JaggedArray();

View File

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