Skip to content

Commit 66de922

Browse files
committed
pmd failure and clang check
1 parent 4c54898 commit 66de922

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pmd-exclude.properties

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ com.thealgorithms.maths.SumOfArithmeticSeries=UselessParentheses
5555
com.thealgorithms.maths.TrinomialTriangle=UselessParentheses
5656
com.thealgorithms.maths.VampireNumber=CollapsibleIfStatements
5757
com.thealgorithms.maths.Volume=UselessParentheses
58-
com.thealgorithms.matrixexponentiation.Fibonacci=UnnecessaryFullyQualifiedName
5958
com.thealgorithms.misc.Sparsity=UselessParentheses
6059
com.thealgorithms.misc.ThreeSumProblem=UselessParentheses
6160
com.thealgorithms.misc.WordBoggle=UselessParentheses

src/test/java/com/thealgorithms/matrix/InverseOfMatrixTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
33

44
import java.util.stream.Stream;
5-
65
import org.junit.jupiter.params.ParameterizedTest;
76
import org.junit.jupiter.params.provider.Arguments;
87
import org.junit.jupiter.params.provider.MethodSource;

0 commit comments

Comments
 (0)