Update pmdtester.md

This commit is contained in:
0xflotus
2019-03-31 23:09:50 +02:00
committed by GitHub
parent a8823c4afd
commit 58de4c351c

View File

@ -7,7 +7,7 @@ author: Binguo Bao <djydewang@gmail.com>
## 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