sbp commented on issue #274: URL: https://github.com/apache/tooling-trusted-releases/issues/274#issuecomment-3481115390
We currently use [`gitignore_parser`](https://github.com/mherrmann/gitignore_parser) to match _Source artifact paths_ and _Binary artifact paths_. Should the _Source excludes patterns_ and _Binary excludes patterns_ configuration options also use `gitignore_parser`? If we're looking for compatibility with RAT instead, note that RAT uses an extremely complicated pattern syntax which would be a huge amount of work to replicate in Python. We could potentially replicate a small subset of it. We use [`.gitignore` syntax](https://git-scm.com/docs/gitignore) for the existing options because it is very widely used and easily understood. -- 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]
