Skip to content

Commit 701abc9

Browse files
committed
style: remove KnapsackMemoization from pmd-exclude.properties
1 parent 5320bec commit 701abc9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pmd-exclude.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ com.thealgorithms.devutils.nodes.SimpleTreeNode=UselessParentheses
3333
com.thealgorithms.devutils.nodes.TreeNode=UselessParentheses
3434
com.thealgorithms.divideandconquer.ClosestPair=UnnecessaryFullyQualifiedName,UselessParentheses
3535
com.thealgorithms.divideandconquer.Point=UselessParentheses
36-
com.thealgorithms.dynamicprogramming.KnapsackMemoization=UselessParentheses
3736
com.thealgorithms.dynamicprogramming.MatrixChainMultiplication=UselessParentheses
3837
com.thealgorithms.dynamicprogramming.ShortestSuperSequence=UselessParentheses
3938
com.thealgorithms.dynamicprogramming.UniquePaths=UnnecessarySemicolon

0 commit comments

Comments
 (0)