sbp commented on issue #311: URL: https://github.com/apache/tooling-trusted-releases/issues/311#issuecomment-3533485873
Each checker can do this however they like, so it's not necessarily consistent, but for RAT checks (and all existing checks as far as I know) only binary artifact paths are consulted for excluding them. However, it's `.gitignore` syntax so you can do something like: ``` *.tar.gz !*-source.tar.gz *.whl ``` The exclusion has to come after the `*.tar.gz` line. Please let me know if this works so that we can close this issue. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
