Skip to content

Commit ed36ef9

Browse files
committed
fix comments
1 parent 0d798f1 commit ed36ef9

File tree

2 files changed

+10
-42
lines changed

2 files changed

+10
-42
lines changed

Manifest.txt

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Gemfile
55
History.md
66
LICENSE
77
Manifest.txt
8-
README.md
8+
README.rdoc
99
Rakefile
1010
bin/pmdtester
1111
config/all-java.xml
@@ -33,35 +33,3 @@ lib/pmdtester/resource_locator.rb
3333
lib/pmdtester/runner.rb
3434
resources/css/maven-base.css
3535
resources/css/maven-theme.css
36-
test/integration_test_pmd_report_builder.rb
37-
test/integration_test_runner.rb
38-
test/resources/diff_builder/test_error_diffs_base.xml
39-
test/resources/diff_builder/test_error_diffs_patch.xml
40-
test/resources/diff_builder/test_violation_diffs_base.xml
41-
test/resources/diff_builder/test_violation_diffs_patch.xml
42-
test/resources/html_report_builder/base_report_info.json
43-
test/resources/html_report_builder/expected_diff_report_index.html
44-
test/resources/html_report_builder/expected_empty_diff_report.html
45-
test/resources/html_report_builder/patch_report_info.json
46-
test/resources/html_report_builder/test_html_report_builder_base.xml
47-
test/resources/html_report_builder/test_html_report_builder_patch.xml
48-
test/resources/pmd_report_document/test_document.xml
49-
test/resources/project-list-invalid.xml
50-
test/resources/project-list.xml
51-
test/resources/project-test.xml
52-
test/resources/rule_set_builder/expected-all-java.xml
53-
test/resources/rule_set_builder/expected-design-codestyle.xml
54-
test/resources/summary_report_builder/branch_info.json
55-
test/resources/summary_report_builder/empty_config.xml
56-
test/resources/summary_report_builder/expected_index.html
57-
test/test_cmd.rb
58-
test/test_diff_builder.rb
59-
test/test_diff_report_builder.rb
60-
test/test_options.rb
61-
test/test_pmd_branch_detail.rb
62-
test/test_pmd_report_detail.rb
63-
test/test_pmd_report_document.rb
64-
test/test_projects_parser.rb
65-
test/test_rule_set_builder.rb
66-
test/test_runner.rb
67-
test/test_summary_report_builder.rb

README.md renamed to README.rdoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
1-
# pmdtester
1+
= pmdtester
22

33
code :: https://github.com/pmd/pmd-regression-tester
4-
54
bugs :: https://github.com/pmd/pmd-regression-tester/issues
65

6+
build-status :: {<img src="https://travis-ci.com/pmd/pmd-regression-tester.svg?branch=master" alt="Build Status" />}[https://travis-ci.com/pmd/pmd-regression-tester]
77

8-
## DESCRIPTION:
8+
== DESCRIPTION:
99

1010
A regression testing tool ensure that new problems and unexpected behaviors will not be introduced to PMD project after fixing an issue , and new rules can work as expected.
1111

12-
## FEATURES/PROBLEMS:
12+
== FEATURES/PROBLEMS:
1313

1414
The diff report can be generated according to the base and patch branch of PMD
1515
on a list of standard projects(Spring Framework, Hibernate, Solr, etc.)
1616

17-
## SYNOPSIS:
17+
== SYNOPSIS:
1818

19-
FIX (code sample of usage)
19+
* FIX (code sample of usage)
2020

21-
## REQUIREMENTS:
21+
== REQUIREMENTS:
2222

2323
* FIX (list of requirements)
2424

25-
## INSTALL:
25+
== INSTALL:
2626

2727
* FIX (sudo gem install, anything else)
2828

29-
## DEVELOPERS:
29+
== DEVELOPERS:
3030

3131
You can list all tasks by running `rake -T`.
3232

0 commit comments

Comments
 (0)