From 58de4c351ccfa197855e5f858cd0f099379f6c89 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Sun, 31 Mar 2019 23:09:50 +0200 Subject: [PATCH] Update pmdtester.md --- docs/pages/pmd/devdocs/pmdtester.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/pmd/devdocs/pmdtester.md b/docs/pages/pmd/devdocs/pmdtester.md index 407ddd6de5..208d11dd34 100644 --- a/docs/pages/pmd/devdocs/pmdtester.md +++ b/docs/pages/pmd/devdocs/pmdtester.md @@ -7,7 +7,7 @@ author: Binguo Bao ## Introduction Pmdtester is a regression testing tool that ensures no new problems and unexpected behaviors will be introduced to PMD after fixing an issue. -It can also be used to verify, that new rules work as expected.It has been integrated into travis CI and is actually used automatically for PRs. +It can also be used to verify, that new rules work as expected. It has been integrated into travis CI and is actually used automatically for PRs. Regression difference reports are commented back to the PR for the reviewer's information e.g. https://github.com/pmd/pmd/pull/1265#issuecomment-408945709 ## Run pmdtester locally