We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bfc268 commit 5054426Copy full SHA for 5054426
pmd-exclude.properties
@@ -88,4 +88,4 @@ com.thealgorithms.strings.HorspoolSearch=UnnecessaryFullyQualifiedName,UselessPa
88
com.thealgorithms.strings.MyAtoi=UselessParentheses
89
com.thealgorithms.strings.Palindrome=UselessParentheses
90
com.thealgorithms.strings.Solution=CollapsibleIfStatements
91
-com/thealgorithms/strings/PatternSearchUsingRabinKarpAlgo.java=UselessParentheses
+com.thealgorithms.strings.PatternSearchUsingRabinKarpAlgo.java=UselessParentheses
0 commit comments