This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new 3917252f RAT-344: Delete existing report before writing a new one
3917252f is described below
commit 3917252fd68c3bd67156ddf44598cd3781be7d53
Author: P. Ottlinger <[email protected]>
AuthorDate: Tue Jan 23 12:41:13 2024 +0100
RAT-344: Delete existing report before writing a new one
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e6853e56..0f71c9d3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -105,6 +105,9 @@
https://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd
<action issue="RAT-325" type="add" dev="pottlinger" due-to="Claude
Warren">
Set log level default for CLI runs to WARN. This applies to test runs
as well, as other UIs configure their logging natively.
</action>
+ <action issue="RAT-344" type="fix" dev="claude">
+ Fix double output by deleting any existing RAT report before writing a
fresh file during plugin runs.
+ </action>
<action issue="RAT-339" type="update" dev="pottlinger"
due-to="dependabot">
TODO: collect all dependabot updates for release 0.16.1
</action>