[ https://issues.apache.org/jira/browse/RAT-98?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17902459#comment-17902459 ]
Claude Warren edited comment on RAT-98 at 12/2/24 10:46 PM: ------------------------------------------------------------ The output after RAT-453 looks like this: {{/README.md}} {{ S text/x-web-markdown ISO-8859-1}} {{ AL AL Apache License Version 2.0}} As an ignored file it would look like {{{{/README.md}}}} {{{{ I }}}} An ignored directory it would look like {{{{/ignoreMe}}}} {{ I d}} {{or}} {{{{/ignoreMe}}}} {{ I (directory)}} Ignored files/directories are not processed by Tika so we don't have the mime type and encoding. We do, however, have space on the line where that would normally be placed. We also don't know which rule excluded them as all the rules are combined into one predicate. was (Author: claudenw): The output after RAT-453 looks like this: {{{{/README.md}}}} {{{{ S text/x-web-markdown ISO-8859-1}}}} {{{{ AL AL Apache License Version 2.0}}}} As an ignored file it would look like {{/README.md}} {{ I }}{{}} An ignored directory it would look like {{/ignoreMe}} {{ I d }} {{{{or}}}} {{/ignoreMe}} {{ I (directory) }} Ignored files/directories are not processed by Tika so we don't have the mime type and encoding. We do, however, have space on the line where that would normally be placed. We also don't know which rule excluded them as all the rules are combined into one predicate. > Maven RAT report does not document skipped files > ------------------------------------------------ > > Key: RAT-98 > URL: https://issues.apache.org/jira/browse/RAT-98 > Project: Apache Rat > Issue Type: Bug > Reporter: Sebb > Priority: Major > Fix For: 0.17 > > > The Maven RAT report should document which files have been skipped using the > <exclude> option. > Either by listing the configuration details, or better by listing the file > names with a marker, e.g. EX to show they were deliberately skipped. > Note: this only refers to files listed in <exclude> entries, not files which > are excluded by default. -- This message was sent by Atlassian Jira (v8.20.10#820010)