You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rdoc
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,26 +20,27 @@ on a list of standard projects(Spring Framework, Hibernate, Solr, etc.)
20
20
== SYNOPSIS:
21
21
22
22
=== Options:
23
-
-r, --local-git-repo path to the local PMD repository
24
-
-b, --base-branch name of the base branch in local PMD repository
25
-
-p, --patch-branch name of the patch branch in local PMD repository
26
-
-bc, --base-config path to the base PMD configuration file default:PMDTESTER_INSTALLED_DIR/config/all-java.xml
27
-
-pc, --patch-config path to the patch PMD configuration file default:PMDTESTER_INSTALLED_DIR/config/all-java.xml
28
-
-c, --config path to the base and patch PMD configuration file
29
-
-l, --list-of-project path to the file which contains the list of standard projects default:PMDTESTER_INSTALLED_DIR/config/project-list.xml
30
-
-m, --mode the mode of the tool: 'local', 'online' or 'single'
23
+
-r, --local-git-repo path to the local PMD repository
24
+
-b, --base-branch name of the base branch in local PMD repository
25
+
-p, --patch-branch name of the patch branch in local PMD repository
26
+
-bc, --base-config path to the base PMD configuration file default:PMDTESTER_INSTALLED_DIR/config/all-java.xml
27
+
-pc, --patch-config path to the patch PMD configuration file default:PMDTESTER_INSTALLED_DIR/config/all-java.xml
28
+
-c, --config path to the base and patch PMD configuration file
29
+
-l, --list-of-project path to the file which contains the list of standard projects default:PMDTESTER_INSTALLED_DIR/config/project-list.xml
30
+
-m, --mode the mode of the tool: 'local', 'online' or 'single'
31
31
single: Set this option to 'single' if your patch branch contains changes
32
32
for any option that can't work on master/base branch
33
33
online: Set this option to 'online' if you want to download
34
34
the PMD report of master/base branch rather than generating it locally
35
35
local: Default option is 'local', PMD reports for the base and patch branches are generated locally.
36
36
37
-
-t, --threads Sets the number of threads used by PMD. Set threads to 0 to disable multi-threading processing. default:1
38
-
-f, --html-flag whether to not generate the html diff report in single mode
39
-
-a, --auto-gen-config whether to generate configurations automatically based on branch differences,this option only works in online and local mode
40
-
--keep-reports whether to keep old reports and skip running PMD again if possible
41
-
-d, --debug whether change log level to DEBUG to see more information
42
-
--error-recovery enable error recovery mode when executing PMD. Might help to analyze errors.
37
+
-t, --threads Sets the number of threads used by PMD. Set threads to 0 to disable multi-threading processing. default:1
38
+
-f, --html-flag whether to not generate the html diff report in single mode
39
+
-a, --auto-gen-config whether to generate configurations automatically based on branch differences,this option only works in online and local mode
40
+
--keep-reports whether to keep old reports and skip running PMD again if possible
41
+
-d, --debug whether change log level to DEBUG to see more information
42
+
--error-recovery enable error recovery mode when executing PMD. Might help to analyze errors.
43
+
--baseline-download-url download url prefix from where to download the baseline in online mode default:https://sourceforge.net/projects/pmd/files/pmd-regression-tester/
0 commit comments