Verified Commit 4b47ea83 authored by Aleksandr Verevkin's avatar Aleksandr Verevkin
Browse files

fix: change pmd matching regex for test methods

parent c01b8938
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ $(PMD): ## Download PMD-7.0.0

pmd: $(PMD) compile  ## Run PMD
	$(call log, "Running PMD")
	$(PMD) check --cache $(CACHE)/pmd-cache -R rulesets/java/quickstart.xml -d $(PMD_CHECK_DIRS)
	$(PMD) check --cache $(CACHE)/pmd-cache -R $(REPO)/resources/pmd-rules.xml -d $(PMD_CHECK_DIRS)

spotbugs:  ## Run SpotBugs
checkstyle:  ## Run checkstyle
+321 −0

File added.

Preview size limit exceeded, changes collapsed.