uschindler commented on code in PR #15629: URL: https://github.com/apache/lucene/pull/15629#discussion_r2749865798
########## lucene/CHANGES.txt: ########## @@ -145,6 +145,12 @@ Build * GITHUB#14808: Add support for validating sources using ast-grep tool rules #14808 (Robert Muir, Dawid Weiss) +* GITHUB#15629: Introduce prek for fast pre-commit/repository checks. + Markdown files are now linted with local broken-link detection. + Python and Shell scripts are now linted system-wide. + Install with `uvx prek install` + For more see help/precommit.txt (Robert Muir) Review Comment: Maybe also mention `./gradlew helpPrecommit` -- 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]
