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 a59f6c81 RAT-504: Fix double entry
a59f6c81 is described below

commit a59f6c81a5787a7f5b0df548ff6d8ac48247a8c5
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Nov 9 16:37:06 2025 +0100

    RAT-504: Fix double entry
---
 apache-rat/src/site/markdown/migrationguide/0.17.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/apache-rat/src/site/markdown/migrationguide/0.17.md 
b/apache-rat/src/site/markdown/migrationguide/0.17.md
index 7bd309dc..a4713bae 100644
--- a/apache-rat/src/site/markdown/migrationguide/0.17.md
+++ b/apache-rat/src/site/markdown/migrationguide/0.17.md
@@ -26,7 +26,6 @@ Under the ```<configuration>``` element remove all deprecated 
configuration opti
 * Replace option ```<exclude>``` by ```<inputExclude>``` and start replacing 
your desired exclusion elements.
 * As the parsing logics of exclusion has changed, you may want to verify if 
you can remove trailing/beginning slashes of your exclusions.
 * In order to use available default exclusions, you may add them via 
```<inputExcludeStd>ALL</inputExcludeStd>```. Available exclusions are 
pre-configured in the enumeration 
[StandardCollection](https://creadur.apache.org/rat/apidocs/org/apache/rat/config/exclusion/StandardCollection.html).
-* In order to use available default exclusions, you may add them via 
```<inputExcludeStd>ALL</inputExcludeStd>```. Available exclusions are 
pre-configured in the enumeration 
[StandardCollection](https://creadur.apache.org/rat/apidocs/org/apache/rat/config/exclusion/StandardCollection.html).
 * As RAT uses a variation of the Ant or Git exclusion syntax, we provide an 
[example expression 
overview](https://creadur.apache.org/rat/apache-rat-core/exclusion_expression.html).
 
 [<<< back to migration guide overview](../migration_guide.html)

Reply via email to