Claudenw commented on PR #570:
URL: https://github.com/apache/creadur-rat/pull/570#issuecomment-3484426699

   I have not delved deeply into the issue.  But I think it goes like this.
   
   - If you have a single input-exclude statement you can use `<inputExclude>`
   - If you have multiple input-exclude statements you have to use:
   ```
   <inputExcludes>
       <expression>statement1</expression>
       <expression>statement2</expression>
       ...
       <expression>statementN</expression>
   </inputExcludes
   ```
   
   - There may only be only one `<inputExcludes>` statement as a child of the 
`<configuration>` element.
   - If there are multiple `<inputExclude>` or `<inputExcludes>` children of 
the `<configuration>` element only the last one will be used.
   
   I have not tested what happens if you use both `<inputExclude>` and 
`<inputExcludes>` as children of the `<configuraiton>` element but I suspect 
only the last one gets used.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to