adityamparikh commented on PR #149:
URL: https://github.com/apache/solr-mcp/pull/149#issuecomment-4700159016
Alternative approach for comparison: #150 implements this same RAT header
enforcement as a `buildSrc` convention plugin (stacked on #138's buildSrc
infra) instead of inline `tasks.rat { }` config. It also pulls the
`.gitignore`→glob translation into a unit-tested `RatExcludes` helper, which
caught an interior-slash anchoring bug in the inline version (`src/generated`
was matched at any depth rather than root-anchored).
Whichever direction is preferred — inline (here) or buildSrc (#150) — happy
to converge on one.
--
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]