This is an automated email from the ASF dual-hosted git repository.
claude pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
from f774adea Merge pull request #364 from
apache/dependabot/maven/org.apache.maven.plugins-maven-invoker-plugin-3.8.1
add 53a16861 fixed checkstyle and removed unused methods
add b6743e20 Removed unused code
add 6f84b580 RAT-420: Minor fixes
add 47956c7b RAT-420: Minor fixes
add 1aae9a58 Merge branch 'RAT-421_checkstyle_for_config' of
github.com:Claudenw/creadur-rat into RAT-420_checkstyle_for_config
add 211a1be3 RAT-420: Minor fixes
add 118c724e RAT-420: Remove unused code
add 9e2c2e93 Merge branch 'master' into RAT-420_checkstyle_for_config
new 64ed2d65 Merge pull request #361 from
Claudenw/RAT-420_checkstyle_for_config
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/rat/config/AddLicenseHeaders.java | 27 +----
.../java/org/apache/rat/config/ReportFormat.java | 30 -----
.../rat/config/exclusion/ExclusionUtils.java | 130 ---------------------
.../apache/rat/config/parameters/Description.java | 29 +----
.../apache/rat/config/AddLicenseHeadersTest.java | 31 -----
.../org/apache/rat/config/ReportFormatTest.java | 43 -------
src/changes/changes.xml | 3 +
7 files changed, 13 insertions(+), 280 deletions(-)
delete mode 100644
apache-rat-core/src/main/java/org/apache/rat/config/ReportFormat.java
delete mode 100644
apache-rat-core/src/test/java/org/apache/rat/config/AddLicenseHeadersTest.java
delete mode 100644
apache-rat-core/src/test/java/org/apache/rat/config/ReportFormatTest.java