This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch feature/RAT-369
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/feature/RAT-369 by this push:
new 7081bdd9 RAT-369: Add changelog
7081bdd9 is described below
commit 7081bdd920615e94c2336498667a963abe29f78b
Author: P. Ottlinger <[email protected]>
AuthorDate: Sat May 4 16:10:37 2024 +0200
RAT-369: Add changelog
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e0b77107..6e43a1b6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -72,6 +72,9 @@
https://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd
</release>
-->
<release version="0.17-SNAPSHOT" date="xxxx-yy-zz" description="Current
SNAPSHOT - release to be done">
+ <action issue="RAT-366" type="add" dev="pottlinger">
+ Integrate checkstyle and spotbugs into the build and webpage
generation. Most charset-related errors cannot be fixed until we break
JDK8-compliance and move to newer versions.
+ </action>
<action issue="RAT-368" type="update" dev="claudenw">
Removed ReportFailedRuntimeException, ReportTransformer,
RatReportAnalysisResultException, MimeTyper, ToNameTransformer,
UnsuitableDocumentException, ReportTransformerTest, and
ToNameTransformerTest as they are no longer used in the codebase.