Skip to content

Commit fe4318a

Browse files
committed
Update changelog - return value of PmdTester::Runner.run changed
1 parent 6fea5ff commit fe4318a

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

History.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,20 @@
22

33
## New and Noteworthy
44

5-
At least ruby 2.7 is required.
5+
* At least ruby 2.7 is required.
66

7-
Typeresolution is now supported by two new tags in the project-list.xml file:
7+
* Typeresolution is now supported by two new tags in the project-list.xml file:
88
`build-command` and `auxclasspath-command`. For details, see pull request [#72](https://github.com/pmd/pmd-regression-tester/pull/72).
99

10+
* As part of [#74](https://github.com/pmd/pmd-regression-tester/pull/74) runner now returns a single hash
11+
with the summarized values instead of multiple numbers:
12+
13+
```
14+
summary = PmdTester::Runner.new(argv).run
15+
puts summary
16+
# {:errors=>{:new=>0, :removed=>0}, :violations=>{:new=>0, :removed=>0, :changed=>0}, :configerrors=>{:new=>0, :removed=>0}}
17+
```
18+
1019
## Fixed Issues
1120

1221
* [#48](https://github.com/pmd/pmd-regression-tester/issues/48): Support auxclasspath / typeresolution

0 commit comments

Comments
 (0)